Skip to content

Commit

Permalink
Add github repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Apr 15, 2024
1 parent 2801018 commit a53f070
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/Layout/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<template>
<footer class="w-full bg-secondary-dark text-white">
<div class="container p-8 mx-auto flex justify-between">
<div class="text-lg font-medium">© Species File Group</div>
<div class="flex flex-col justify-between">
<span class="text-lg font-medium">© Species File Group</span>
<a
class="text-primary"
href="https://github.com/SpeciesFileGroup/taxonworks_together"
>GitHub Repository</a
>
</div>
<div>
<div class="mb-2 text-lg font-bold">Social</div>
<ul>
Expand Down

0 comments on commit a53f070

Please sign in to comment.