mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
client/shared note info bar: improve appearance
This commit is contained in:
@@ -49,7 +49,7 @@ export default function SharedInfo() {
|
||||
});
|
||||
|
||||
return (
|
||||
<InfoBar className="shared-info-widget" type="subtle">
|
||||
<InfoBar className="shared-info-widget" type="subtle" style={{display: (!link) ? "none" : undefined}}>
|
||||
{link && (
|
||||
<RawHtml html={syncServerHost
|
||||
? t("shared_info.shared_publicly", { link })
|
||||
|
||||
Reference in New Issue
Block a user