Skip to content

Commit

Permalink
feat: add github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
spudoodle committed Nov 12, 2024
1 parent e7c47b3 commit 5b8efa5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
margin: 0;
}

.header .nav {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}

.container {
display: flex;
height: 100%;
Expand Down Expand Up @@ -72,7 +79,7 @@
<body>
<main class="app">
<header class="header">
<div>
<div class="nav">
<ul>
<li><button class="button button--primary" id="run"><x-icon icon="play" size="16" color="#fff"></x-icon>
Run</button></li>
Expand All @@ -91,6 +98,7 @@
</div>
</li>
</ul>
<a href="https://github.com/kcl-lang/kcl-playground" target="_blank"><x-icon icon="github" size="28" color="#000"></x-icon></a>
</div>
</header>

Expand Down

0 comments on commit 5b8efa5

Please sign in to comment.