Skip to content

Commit c515e55

Browse files
authored
Update default.vue (#170)
Minor Edit Add your Github project URL as a link I find it useful to refer to your github repo for this project!
1 parent 658b3b5 commit c515e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</v-main>
66
<v-footer class="bg-indigo-lighten-1 text-center d-flex flex-column fixed-footer">
77
<div class="px-4 py-2 text-center w-100">
8-
{{ new Date().getFullYear() }} — <strong>Copilot Metrics Viewer</strong> — {{ version }}
8+
{{ new Date().getFullYear() }} — <strong><a href="https://github.com/github-copilot-resources/copilot-metrics-viewer" target="_blank" rel="noopener noreferrer" style="color: inherit;">Copilot Metrics Viewer</a></strong> — {{ version }}
99
</div>
1010
</v-footer>
1111
</v-app>
@@ -28,4 +28,4 @@ useHead({
2828
height: 50px;
2929
max-height: 50px;
3030
}
31-
</style>
31+
</style>

0 commit comments

Comments
 (0)