Skip to content

Commit

Permalink
Add github logo
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Apr 1, 2024
1 parent ca67acf commit 1dd57cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/website/src/components/Header.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ComponentParam } from "seqflow-js";
import logo from "../public/images/logo.svg";
import githuLogo from "../public/images/github.svg";

const str = `
<nav class="navbar navbar-expand-lg bg-body-tertiary">
Expand Down Expand Up @@ -32,6 +33,9 @@ const str = `
</li>
</ul>
</div>
<a aria-label="github" rel="noopener" target="_blank" href="https://github.com/allevo/seqflow-js" style="color: white; fill: currentColor;">
${githuLogo(30, 30)}
</a>
</div>
</nav>`;

Expand Down
1 change: 1 addition & 0 deletions packages/website/src/public/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1dd57cc

Please sign in to comment.