Skip to content

Commit

Permalink
Add GH star button
Browse files Browse the repository at this point in the history
  • Loading branch information
hellojwilde committed Jun 12, 2023
1 parent f3cad96 commit f2d3d98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

.heroTitle {
line-height: 1em;
margin-top: 0.2em;
}

.heroTitleHighlight {
Expand Down
7 changes: 7 additions & 0 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ function HomepageHeader() {
<div className="container">
<div className={styles.heroContent}>
<div className={styles.heroContentLeft}>
<iframe
src="https://ghbtns.com/github-btn.html?user=realworldprivacy&repo=energetic-ai&type=star&count=true"
width="150"
height="20"
title="GitHub"
></iframe>

<h1 className={clsx("hero__title", styles.heroTitle)}>
Use open-source AI in your Node.js apps,{" "}
<span className={styles.heroTitleHighlight}>
Expand Down

0 comments on commit f2d3d98

Please sign in to comment.