chore(public): Change X links (#53)
* change link to x in footer * change x link --------- Co-authored-by: Carl-Gerhard Lindesvärd <1987198+lindesvard@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ const Retention = ({ params: { projectId } }: Props) => {
|
|||||||
</a>{' '}
|
</a>{' '}
|
||||||
or{' '}
|
or{' '}
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/CarlLindesvard"
|
href="https://x.com/OpenPanelDev"
|
||||||
className="font-medium underline"
|
className="font-medium underline"
|
||||||
>
|
>
|
||||||
X/Twitter
|
X/Twitter
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ export default {
|
|||||||
<span>
|
<span>
|
||||||
Made with ❤️ by{' '}
|
Made with ❤️ by{' '}
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/CarlLindesvard"
|
href="https://x.com/OpenPanelDev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer nofollow"
|
rel="noreferrer nofollow"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default function Footer() {
|
|||||||
</Link>
|
</Link>
|
||||||
<a
|
<a
|
||||||
className="hover:underline"
|
className="hover:underline"
|
||||||
href="https://twitter.com/CarlLindesvard"
|
href="https://x.com/OpenPanelDev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer nofollow"
|
rel="noreferrer nofollow"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user