Skip to content

Commit

Permalink
add shameless ad
Browse files Browse the repository at this point in the history
  • Loading branch information
skybird23333 committed Sep 4, 2024
1 parent cfd1739 commit 63daa9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/routes/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Button} from "../components/Button";
import {SubjectComponent} from '../components/SubjectComponent'
import {createSubject, getAllSubjects, onStorageChanged, setSubjectIndex} from "../utils/storagehelper";
import {Link} from "react-router-dom";
import {FaBook, FaCloud} from "react-icons/fa";
import {FaBook, FaCloud, FaStar} from "react-icons/fa";

export function IndexRoute() {
const [subjects, setSubjects] = useState(getAllSubjects());
Expand Down Expand Up @@ -72,6 +72,9 @@ export function IndexRoute() {
</a>
)
}
<div>
<b>Like it? <a href={"https://github.com/skybird23333/grading-calculator-react"} target="_blank" rel="noreferrer"><FaStar/>Star it!</a></b> - This will mean a lot to me!
</div>
</div>
<div className="content-content">
{subjects.map((subject, index) => (
Expand Down

0 comments on commit 63daa9f

Please sign in to comment.