5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 20:41:56 +08:00

chore: removed Svelte template link

This commit is contained in:
Tim Kipp 2020-09-06 16:04:50 -07:00 committed by Lea Anthony
parent 4d2b4fec45
commit 8b7cd03428

View File

@ -12,8 +12,6 @@
<Modal> <Modal>
<img src={logo} class="App-logo" alt="logo" /> <img src={logo} class="App-logo" alt="logo" />
<p>Welcome to your new <code>wails/svelte</code> project.</p> <p>Welcome to your new <code>wails/svelte</code> project.</p>
<p>Visit the <a href="https://svelte.dev/tutorial" class="App-link">Svelte tutorial</a> to learn how to build Svelte apps.</p>
<HelloWorld/> <HelloWorld/>
</Modal> </Modal>
</header> </header>
@ -60,10 +58,6 @@
color: white; color: white;
} }
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin { @keyframes App-logo-spin {
from { from {
transform: rotate(0deg); transform: rotate(0deg);