Skip to content

Commit

Permalink
refactor: dead code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 10, 2023
1 parent 300c870 commit 8fe9b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</section>

<section v-else>
<a :href='href' target='_blank' rel='noopener noreferrer' clas='fff'>
<a :href='href' target='_blank' rel='noopener noreferrer'>
<v-icon color='black' class='' href='' :icon='mdiGithub' />
</a>
<span @click='buildInfo'>
Expand Down Expand Up @@ -79,6 +79,7 @@ watch(authenticated, (i) => {
.lowercase-button{
text-transform: lowercase;
}
a {
color: #000000!important;
text-decoration: none;
Expand Down

0 comments on commit 8fe9b06

Please sign in to comment.