Skip to content

Commit

Permalink
fix: no text decoration
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
mcanouil committed Dec 30, 2024
1 parent fc23d68 commit d3bb60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ejs/projects.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:::: {.g-col-12 .g-col-lg-6 .g-col-xl-4 <%= metadataAttrs(item) %>}
`<a href="<%- item.path %>" class=".quarto-grid-link">`{=html}
`<a href="<%- item.path %>" class=".quarto-grid-link" style="text-decoration: none;">`{=html}
:::: {.quarto-grid-item .card .h-100 .card-center .projects}
Expand Down

0 comments on commit d3bb60d

Please sign in to comment.