8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb9eb9 commit 87c396aCopy full SHA for 87c396a
pyscriptjs/src/Main.svelte
@@ -1,7 +1,7 @@
1
<script lang="ts">
2
3
import Fa from 'svelte-fa';
4
- import { faWandMagic, faInfoCircle } from '@fortawesome/free-solid-svg-icons'
+ import { faWandMagic, faPlusCircle, faInfoCircle } from '@fortawesome/free-solid-svg-icons'
5
6
</script>
7
@@ -15,6 +15,9 @@
15
</div>
16
17
</main>
18
+ <div id="add-component" class="w-full p-6 bg-white text-black flex space-between">
19
+ <Fa icon={faPlusCircle} style="transform: scale(2);"/>
20
+ </div>
21
<footer class="w-full p-6 bg-black text-white flex space-between">
22
<p class="logo-title text-center">PyScript</p>
23
<p class="w-full ml-6 text-center sm:text-left">Copyright © 2019</p>
0 commit comments