mirror of
https://github.com/lukasabbe/liu-stats-website.git
synced 2026-04-30 10:50:52 +00:00
Add text to say we are not affilated
This commit is contained in:
@@ -15,7 +15,8 @@ export const translations = {
|
||||
myWebsite: 'My Website',
|
||||
loading: 'Loading...',
|
||||
notFound: 'Course not found',
|
||||
modules: 'modules'
|
||||
modules: 'modules',
|
||||
notAffiliated: 'Not affiliated with Linköping University'
|
||||
},
|
||||
sv: {
|
||||
welcome: 'Välkommen till LIU tentastatistik',
|
||||
@@ -33,7 +34,8 @@ export const translations = {
|
||||
myWebsite: 'Min webbplats',
|
||||
loading: 'Laddar...',
|
||||
notFound: 'Kursen hittades inte',
|
||||
modules: 'moduler'
|
||||
modules: 'moduler',
|
||||
notAffiliated: 'Inte ansluten till Linköpings universitet'
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
@@ -28,7 +28,11 @@
|
||||
|
||||
<div class="flex-1">{@render children()}</div>
|
||||
|
||||
<footer class="flex w-full shrink-0 items-center justify-center gap-4 border-t p-4">
|
||||
<footer
|
||||
class="flex w-full shrink-0 flex-col items-center justify-center gap-2 border-t p-4 text-sm text-gray-500 dark:text-gray-400"
|
||||
>
|
||||
<span>{getTranslation('notAffiliated', currentLocale)}</span>
|
||||
<div class="flex items-center gap-4">
|
||||
<a href="https://github.com/LiuStats" target="_blank" rel="noopener" class="hover:underline">
|
||||
{getTranslation('github', currentLocale)}
|
||||
</a>
|
||||
@@ -36,5 +40,6 @@
|
||||
<a href="https://lukasabbe.com/" target="_blank" rel="noopener" class="hover:underline">
|
||||
{getTranslation('myWebsite', currentLocale)}
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user