Skip to content

Commit

Permalink
hotfix: fix url in email
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs committed Aug 13, 2024
1 parent 0cb55cf commit b6a62fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/component/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
border-radius: 10px;
margin: 0 auto;
">
<a href="https://github.com/CEOS-Developers"
<a href="https://ceos-sinchon.com/"
style="text-decoration-line: none;">
<span style="
text-decoration: none;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/component/recruitButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div style="
padding: 14px 64px;
background-color: #3E4CF7;
width: 272px;
width: fit-content;
box-sizing: border-box;
display: flex;
flex-direction: column;
Expand All @@ -16,7 +16,7 @@
border-radius: 10px;
margin: 0 auto;
">
<a href="https://CEOS-지원하기"
<a href="https://ceos-sinchon.com/recruit"
style="text-decoration-line: none;">
<span style="
text-decoration: none;
Expand Down

0 comments on commit b6a62fb

Please sign in to comment.