@@ -28,7 +28,7 @@ const resourceLinks: Link[] = [
2828 href: ' /premium' , icon: ' ufo' , text: $t (' base.footer.resources.links.beaconchain_premium' ),
2929 },
3030 {
31- href: ' https://shop.beaconcha.in/#!/ ' , icon: ' shirt' , text: $t (' base.footer.resources.links.swag_shop' ),
31+ href: externalLink . beaconchain . shop , icon: ' shirt' , text: $t (' base.footer.resources.links.swag_shop' ),
3232 },
3333 {
3434 href: ' /products/pricing' , icon: ' code' , text: $t (' base.footer.resources.links.api_pricing' ),
@@ -37,7 +37,7 @@ const resourceLinks: Link[] = [
3737 href: ' /products/contact-sales' , icon: ' mail-up' , text: $t (' base.footer.resources.links.contact_sales' ),
3838 },
3939 {
40- href: ' https://status.beaconcha.in/ ' , icon: ' circle-check-filled' , text: $t (' base.footer.resources.links.site_status' ),
40+ href: externalLink . beaconchain . status , icon: ' circle-check-filled' , text: $t (' base.footer.resources.links.site_status' ),
4141 },
4242]
4343 </script >
@@ -145,23 +145,23 @@ const resourceLinks: Link[] = [
145145 <ul class =" flex gap-md" >
146146 <li >
147147 <BaseButtonIcon
148- to =" https://dsc.gg/ beaconchain"
148+ : to =" externalLink. beaconchain.discord "
149149 name =" brand-discord"
150150 variant =" secondary"
151151 screenreader-text =" base.footer.links.text_discord"
152152 />
153153 </li >
154154 <li >
155155 <BaseButtonIcon
156- to =" https://x.com/beaconcha_in "
156+ : to =" externalLink.beaconchain.x "
157157 name =" brand-x"
158158 variant =" secondary"
159159 screenreader-text =" base.footer.links.text_x"
160160 />
161161 </li >
162162 <li >
163163 <BaseButtonIcon
164- to =" https:// github.com/gobitfly "
164+ : to =" externalLink.beaconchain. github.organization "
165165 name =" brand-github"
166166 variant =" secondary"
167167 screenreader-text =" base.footer.links.text_github"
@@ -179,19 +179,19 @@ const resourceLinks: Link[] = [
179179 <div class =" flex flex-col sm:flex-row gap-xl text-xs sm:justify-between" >
180180 <div class =" flex justify-around sm:order-2 sm:w-1/2" >
181181 <NuxtLink
182- to =" https://beaconcha.in/ imprint"
182+ : to =" externalLink.beaconchain. imprint"
183183 class =" hover:text-link-500"
184184 >
185185 {{ $t('base.footer.imprint') }}
186186 </NuxtLink >
187187 <NuxtLink
188- to =" https://storage.googleapis.com/legal.beaconcha.in/tos.pdf "
188+ : to =" externalLink.beaconchain.termsOfService "
189189 class =" hover:text-link-500"
190190 >
191191 {{ $t('base.footer.terms_of_service') }}
192192 </NuxtLink >
193193 <NuxtLink
194- to =" https://storage.googleapis.com/legal.beaconcha.in/privacy.pdf "
194+ : to =" externalLink.beaconchain.privacyPolicy "
195195 class =" hover:text-link-500"
196196 >
197197 {{ $t('base.footer.privacy') }}
0 commit comments