Skip to content

Commit

Permalink
problem: no link to opensats and sovereign engineering
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Feb 13, 2024
1 parent e67d40a commit e15ad77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/views/Landing.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
import { goto } from "$app/navigation";
import { base } from "$app/paths";
import { Column, Row, Tile } from "carbon-components-svelte";
Expand Down Expand Up @@ -35,7 +36,14 @@
<div class="center">
<img src="{base}/nostr.png" width="111px" />
<img src="{base}/btc.png" width="111px" />

</div>
<div class="center">
<img style="cursor: pointer;" on:click={()=>{goto("https://opensats.org/blog/nostr-grants-october-2023")}} src="/img/logo.svg" width="222px" />
</div>
<div class="center">
<code style="cursor: pointer;font-size:33pt;" on:click={()=>{goto("https://sovereignengineering.io/")}}>SEC-01</code>
</div>
</Tile>
</Column>
</Row>
Expand Down

0 comments on commit e15ad77

Please sign in to comment.