Skip to content

Commit

Permalink
feat(ondrej-sika.cz/slides): Add support for shorter titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 13, 2024
1 parent 5b8dbb3 commit d9a47d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ondrej-sika.cz/pages/slides/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Page = () => (
<li key={i}>
<Link href={s.pdf}>
<a target="_blank" rel="noopener noreferrer">
<span className="bold">{s.title}</span>
<span className="bold">{s.titleShort || s.title}</span>
</a>
</Link>{" "}
({s.date})
Expand Down

0 comments on commit d9a47d2

Please sign in to comment.