8000 reorganize UI so with header, footer and left side navbar · evolution99/pyscript@87c396a · GitHub
[go: up one dir, main page]

Skip to content

Commit 87c396a

Browse files
committed
reorganize UI so with header, footer and left side navbar
1 parent bcb9eb9 commit 87c396a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyscriptjs/src/Main.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts">
22
33
import Fa from 'svelte-fa';
4-
import { faWandMagic, faInfoCircle } from '@fortawesome/free-solid-svg-icons'
4+
import { faWandMagic, faPlusCircle, faInfoCircle } from '@fortawesome/free-solid-svg-icons'
55
66
</script>
77

@@ -15,6 +15,9 @@
1515
</div>
1616

1717
</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>
1821
<footer class="w-full p-6 bg-black text-white flex space-between">
1922
<p class="logo-title text-center">PyScript</p>
2023
<p class="w-full ml-6 text-center sm:text-left">Copyright &copy; 2019</p>

0 commit comments

Comments
 (0)
0