diff options
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/default.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/layouts/default.vue b/src/layouts/default.vue index e3ab151..0c7a7a7 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -3,8 +3,8 @@ <q-layout-header> <q-toolbar> <q-toolbar-title> - Larry UI - <div slot="subtitle">Official source of mods for OpenClonk</div> + Parry + <div slot="subtitle">Official source of mods for LegacyClonk</div> </q-toolbar-title> <q-tabs> @@ -69,7 +69,7 @@ <style> body { - background: white url('/statics/bodybg.jpg') no-repeat fixed; + background: white url('https://ccan.de/img/bg.jpg') repeat fixed; } .q-layout-header .q-toolbar { |
