We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2920b68 commit 1478497Copy full SHA for 1478497
src/pages/about/ftc.astro
@@ -81,7 +81,7 @@ const achievements = (await import('@data/ftcawards.yml')).default;
81
<div class="col-6 col-sm-6 col-md-6 col-lg-12 p-0">
82
<a
83
class="list-group-item list-group-item-action fusion border-start-0 border-end-0"
84
- href="http://fusion479.com"
+ href="https://fusion479.github.io/"
85
target="_blank"
86
><img src="/ftc/479_logo.png" class="inline-icon" />Fusion 479</a
87
>
0 commit comments