Skip to content

Commit

Permalink
GH-256: Add todo notes to website
Browse files Browse the repository at this point in the history
  • Loading branch information
adelhult committed May 10, 2023
1 parent 85af2ce commit 65183cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployPreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Build website
run: |
npm ci
chmod +x ./build_playground.sh
./build_playground.sh
chmod +x ./build_website.sh
./build_website.sh
env:
BASE: ${{ github.event.number }}
- name: Remove auto-generated .gitignore
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions website/src/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default function Homepage() {
<FiGithub size={80} style={{ marginTop: "0.3rem", float: "right" }} />
</Feature>
<Feature
action={<a href="">Read developer guide <FiCode /></a>}
action={<a href=""><del>Read developer guide</del>TODO <FiCode /></a>}
color="#748E54"
gridStart="start"
gridEnd="right"
Expand All @@ -293,7 +293,7 @@ export default function Homepage() {
<img width="70%" src="./languages.svg" />

</Feature>
<Feature action={<>Download thesis <FiDownload /> </>} color="#0F8B8D">
<Feature action={<><del>Download thesis</del> TODO <FiDownload /></>} color="#0F8B8D">
<h1>Learn more</h1>
<p>
ModMark was created as a bachelor's thesis project at Chalmers University of Technology in Gothenburg, Sweden.
Expand Down

0 comments on commit 65183cd

Please sign in to comment.