footer & store assets

This commit is contained in:
2020-10-12 01:39:39 +02:00
parent c63ac20fe6
commit ca1b83275b
12 changed files with 50 additions and 67 deletions

19
src/shared/footer.svelte Normal file
View File

@@ -0,0 +1,19 @@
<script>
// import manifest from '../../'
</script>
<style>
footer {
margin-top: 3rem;
text-align: center;
font-family: monospace;
}
</style>
<footer>
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
- v0.5
<br />
Made with ❤️ by
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
</footer>

View File

@@ -2,4 +2,4 @@ import browser from 'webextension-polyfill'
export const dashboard = browser.runtime.getURL('./src/dashboard/index.html')
export const isDev = process.env.NODE_ENV !== 'production'
export const isDev = process.env.NODE_ENV !== 'production'