Merge branch 'main' into add-meta-description-to-app
This commit is contained in:
@@ -4,12 +4,14 @@ import { SharedProps } from "@/Types/types"
|
||||
|
||||
const page = usePage<SharedProps>().props
|
||||
const year = new Date().getFullYear()
|
||||
const version = __APP_VERSION__
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="glass">
|
||||
<span class="footer-copyright">
|
||||
© {{ year }} FlightsGoneBy
|
||||
<span class="footer-version">v{{ version }}</span>
|
||||
</span>
|
||||
|
||||
<span class="footer-links">
|
||||
@@ -73,4 +75,9 @@ footer {
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-version {
|
||||
opacity: 0.8;
|
||||
margin-left: 0.4em;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user