Skip to content

Commit 97b7815

Browse files
dahliaclaude
andcommitted
Remove Sovereign Tech Fund mention from footer
Fedify Studio is a separate project from Fedify and will seek independent funding from NLnet. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4c51ea6 commit 97b7815

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

src/components/TheFooter.vue

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,10 @@ const links = {
8989
</div>
9090

9191
<!-- Bottom bar -->
92-
<div class="mt-12 pt-8 border-t border-slate-800 flex flex-col md:flex-row items-center justify-between gap-4">
93-
<p class="text-sm text-slate-500">
92+
<div class="mt-12 pt-8 border-t border-slate-800">
93+
<p class="text-sm text-slate-500 text-center">
9494
&copy; {{ currentYear }} Fedify. All rights reserved.
9595
</p>
96-
<div class="flex items-center gap-2 text-sm text-slate-500">
97-
<span>Supported by</span>
98-
<a
99-
href="https://www.sovereigntechfund.de/"
100-
target="_blank"
101-
rel="noopener noreferrer"
102-
class="text-fedify-sky hover:text-fedify-blue transition-colors inline-flex items-center gap-1"
103-
>
104-
Sovereign Tech Fund
105-
<div class="i-lucide-external-link w-3 h-3" />
106-
</a>
107-
</div>
10896
</div>
10997
</div>
11098
</footer>

0 commit comments

Comments
 (0)