⚰ Remove old footer text

This commit is contained in:
Alicia Sykes 2024-04-01 13:38:32 +01:00
parent ecacd145e0
commit 61127b046b
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@
</span> </span>
<span> <span>
Using: {{ $store.state.currentConfigId || 'Default Config' }} Using: {{ $store.state.currentConfigId || 'Default Config' }}
{{ $t('footer.dev-by') }} <a :href="authorUrl">{{authorName}}</a>.
{{ $t('footer.licensed-under') }} <a :href="licenseUrl">{{license}}</a>
{{ showCopyright? '©': '' }} {{date}}.
{{ $t('footer.get-the') }} <a :href="repoUrl">{{ $t('footer.source-code') }}</a>.
</span> </span>
</footer> </footer>
</template> </template>