diff --git a/frontend/src/components/MastodonLogo.tsx b/frontend/src/components/MastodonLogo.tsx index 0a7cf2fa5..3e753f609 100644 --- a/frontend/src/components/MastodonLogo.tsx +++ b/frontend/src/components/MastodonLogo.tsx @@ -9,6 +9,9 @@ type Props = { size: keyof typeof heightsMap } +// TODO: the mastodonLogo is likely no longer needed +// we're keeping it around just in case but before +// launch this should be removed export const MastodonLogo = component$(({ size }) => { return ( (({ size }) => { }) export const WildebeestLogo = component$(({ size }) => { + const linearGradientId = `wildebeest_linear_gradient_${Math.round(Math.random() * 9999)}` return ( (({ size }) => { fill-rule="evenodd" clip-rule="evenodd" d="M168.516 134.818H168.516C160.459 134.56 153.943 134.35 152.125 135.142C84.0848 164.777 140.745 295.097 146.927 308.796C149.961 302.444 152.155 295.691 153.452 288.809C151.634 287.646 149.721 286.595 147.722 285.664C149.735 285.449 151.781 285.339 153.855 285.339C159.503 285.339 164.951 286.157 170.075 287.678C166.405 296.982 160.02 305.018 151.841 310.908C158.675 312.194 171.94 313.898 180.169 309.835C185.18 297.224 185.87 283.663 182.212 271.538C182.959 270.383 184.055 269.942 185.932 270.255C188.391 274.944 190.163 279.909 191.243 284.997L222.363 278.483C223.856 271.071 223.691 263.548 221.86 256.529C222.88 255.832 223.921 255.178 224.981 254.567C228.478 261.538 230.224 269.188 230.19 276.845L234.201 276.005C238.391 265.691 239.185 254.607 236.562 244.555C237.583 243.858 238.624 243.204 239.684 242.593C244.57 252.332 246.036 263.396 244.011 273.952L265.228 269.511C273.567 267.765 279.54 260.412 279.54 251.892V145.399C279.54 126.45 259.01 113.92 241.408 120.936C229.684 125.608 216.336 130.261 202.984 133.531C194.342 135.647 179.892 135.183 168.516 134.818ZM250.269 156.806C244.328 155.807 238.137 155.676 231.854 156.53C212.93 159.101 197.206 170.06 187.922 185.148C195.435 177.061 205.688 171.427 217.479 169.825C222.554 169.136 227.554 169.242 232.352 170.048C229.372 183.079 221.189 194.382 209.823 201.301C230.337 194.527 245.558 177.41 250.269 156.806Z" - fill="url(#paint0_linear_338_1767)" + fill={`url(#${linearGradientId})`} /> (({ size }) => { /> { - useStylesScoped$(styles) - return ( -
+
) diff --git a/frontend/src/components/layout/LeftColumn/LeftColumn.tsx b/frontend/src/components/layout/LeftColumn/LeftColumn.tsx index 49a21602c..b32b6d708 100644 --- a/frontend/src/components/layout/LeftColumn/LeftColumn.tsx +++ b/frontend/src/components/layout/LeftColumn/LeftColumn.tsx @@ -7,7 +7,7 @@ export default component$(() => { const config = useContext(InstanceConfigContext) return ( -
+