mirror of
https://github.com/cupcakearmy/ora.git
synced 2026-04-02 12:05:23 +00:00
footer & store assets
This commit is contained in:
19
src/shared/footer.svelte
Normal file
19
src/shared/footer.svelte
Normal 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>
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user