Skip to content

Commit

Permalink
Update link style in projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhjliao committed Feb 16, 2024
1 parent a939e9a commit 6d1fe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/project-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div class="notice note">
<div class="notice-title">
<a href="{{ $link }}" class="">{{ $title }}</a>
<a class="external-link" href="{{ $link }}">{{ $title }}</a>
</div>
<div class="notice-content">
{{ $description }}
Expand Down

0 comments on commit 6d1fe8a

Please sign in to comment.