Skip to content

Commit

Permalink
Add emojis to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed Jun 27, 2024
1 parent 4ae2c75 commit eba2b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default function Index() {
<ul>
<li>
<a role="button" onClick={() => setPath(TLP_PATH)}>
Rivest et al. - Time-Lock Puzzles and Timed-Release Crypto
🧩 Rivest et al. - Time-Lock Puzzles and Timed-Release Crypto
</a>
</li>
<li>
<a role="button" onClick={() => setPath(LHTLP_PATH)}>
Malavolta et al. - Homomorphic Time-Lock Puzzles and Applications
🧩 Malavolta et al. - Homomorphic Time-Lock Puzzles and Applications
</a>
</li>
</ul>
Expand Down

0 comments on commit eba2b49

Please # to comment.