Skip to content

Commit

Permalink
Merge pull request #56 from Spazznyan/patch-1
Browse files Browse the repository at this point in the history
Update Footer.vue
  • Loading branch information
redmushie authored Oct 1, 2023
2 parents cc1ddc9 + 025fd9e commit e3f6967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
v-html="apiVersion"></span> <a target="_blank"
:href="'https://github.com/Shock-Link/API/commit/' + apiCommitHash">{{ apiCommitHash }}</a> | <span>{{ targetEnv }}</span>
</p>
<p class="cred"><a href="https://github.com/Shock-Link">Made by ShockLink Team</a></p>
<p class="cred"><a href="https://github.com/OpenShock">Made by OpenShock Team</a></p>
<p class="status" :style="'color: #' + connectionColor + ';'" v-html="$store.state.userHubState"></p>
</template>
<script>
Expand Down Expand Up @@ -98,4 +98,4 @@ footer {
.status {
text-align: end;
}
}</style>
}</style>

0 comments on commit e3f6967

Please sign in to comment.