Skip to content

Commit 1ada553

Browse files
committed
feat: add hyperlink to football-data.co.uk in Data Source card
1 parent f9c714f commit 1ada553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Dashboard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
<TrendingUp class="w-5 h-5 text-indigo-600 dark:text-green-600" />
593593
</div>
594594
<h4 class="font-semibold text-sm mb-1">Data Source</h4>
595-
<p class="text-xs text-slate-600 dark:text-slate-400">Supabase Vector Embeddings, custom database configurations created using open source data from football-data.co.uk</p>
595+
<p class="text-xs text-slate-600 dark:text-slate-400">Supabase Vector Embeddings, custom database configurations created using open source data from <a href="https://www.football-data.co.uk/" target="_blank" rel="noopener noreferrer" class="text-blue-600 dark:text-blue-400 hover:underline">football-data.co.uk</a></p>
596596
</div>
597597
<div class="text-center p-4 bg-slate-50 dark:bg-slate-800/50 rounded-lg">
598598
<div class="w-10 h-10 bg-purple-100 dark:bg-purple-900/30 rounded-lg mx-auto mb-3 flex items-center justify-center">

0 commit comments

Comments
 (0)