diff --git a/plan/index.scss b/plan/index.scss index 44b02db..5c87a2f 100644 --- a/plan/index.scss +++ b/plan/index.scss @@ -757,6 +757,9 @@ dialog:has(.notification) { border: none; } -.share-button { +// can't call it share-button since +// that triggers uBlock to block it +// lol +.legal-share-button { font-size: 1.5em; } diff --git a/plan/src/pages/plan.rs b/plan/src/pages/plan.rs index 0bab21e..2f1deb5 100644 --- a/plan/src/pages/plan.rs +++ b/plan/src/pages/plan.rs @@ -335,7 +335,7 @@ pub fn PlanPage(PlanPageProps { id }: &PlanPageProps) -> Html { }; html! { <> - {"share"} + {"share"} {"link copied to clipboard"}
{"link copied to clipboard"}