Skip to content

Commit

Permalink
fix: force CSS update
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Apr 19, 2024
1 parent 276a458 commit f6bbb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
th:replace="${description}"
/>
<!--/* Common stylesheet */-->
<link href="/assets/css/reactor.css?v=1" media="all" rel="stylesheet" />
<link href="/assets/css/reactor.css?v=2" media="all" rel="stylesheet" />
<!--/* Page-specific stylesheet(s) */-->
<th:block th:replace="${links}" />

Expand Down

0 comments on commit f6bbb54

Please sign in to comment.