mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 16:59:31 +08:00
chore: removed Svelte template link
This commit is contained in:
parent
4d2b4fec45
commit
8b7cd03428
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user