@@ -70,17 +70,29 @@ export function AppFooter(props: AppFooterProps) {
7070 </ div >
7171 < div className = "flex flex-row gap-3" >
7272 < Button size = "icon" variant = "ghost" asChild className = "size-9" >
73- < Link href = "https://github.com/thirdweb-dev" target = "_blank" >
73+ < Link
74+ href = "https://github.com/thirdweb-dev"
75+ target = "_blank"
76+ rel = "noopener noreferrer"
77+ >
7478 < GithubIcon className = "size-5 text-muted-foreground" />
7579 </ Link >
7680 </ Button >
7781 < Button size = "icon" variant = "ghost" asChild className = "size-9" >
78- < Link href = "https://www.tiktok.com/@thirdweb" target = "_blank" >
82+ < Link
83+ href = "https://www.tiktok.com/@thirdweb"
84+ target = "_blank"
85+ rel = "noopener noreferrer"
86+ >
7987 < TiktokIcon className = "size-5 text-muted-foreground" />
8088 </ Link >
8189 </ Button >
8290 < Button size = "icon" variant = "ghost" asChild className = "size-9" >
83- < Link href = "https://www.instagram.com/thirdweb/" target = "_blank" >
91+ < Link
92+ href = "https://www.instagram.com/thirdweb/"
93+ target = "_blank"
94+ rel = "noopener noreferrer"
95+ >
8496 < InstagramIcon className = "size-5 text-muted-foreground" />
8597 </ Link >
8698 </ Button >
@@ -93,17 +105,29 @@ export function AppFooter(props: AppFooterProps) {
93105 </ Link >
94106 </ Button >
95107 < Button size = "icon" variant = "ghost" asChild className = "size-9" >
96- < Link href = "https://www.youtube.com/@thirdweb_" target = "_blank" >
108+ < Link
109+ href = "https://www.youtube.com/@thirdweb_"
110+ target = "_blank"
111+ rel = "noopener noreferrer"
112+ >
97113 < YoutubeIcon className = "size-5 text-muted-foreground" />
98114 </ Link >
99115 </ Button >
100116 < Button size = "icon" variant = "ghost" asChild className = "size-9" >
101- < Link href = "https://www.reddit.com/r/thirdweb/" target = "_blank" >
117+ < Link
118+ href = "https://www.reddit.com/r/thirdweb/"
119+ target = "_blank"
120+ rel = "noopener noreferrer"
121+ >
102122 < RedditIcon className = "size-5 text-muted-foreground" />
103123 </ Link >
104124 </ Button >
105125 < Button size = "icon" variant = "ghost" asChild className = "size-9" >
106- < Link href = "https://x.com/thirdweb" target = "_blank" >
126+ < Link
127+ href = "https://x.com/thirdweb"
128+ target = "_blank"
129+ rel = "noopener noreferrer"
130+ >
107131 < XIcon className = "size-5 text-muted-foreground" />
108132 </ Link >
109133 </ Button >
0 commit comments