Skip to content

Commit b6a62fb

Browse files
committed
hotfix: fix url in email
1 parent 0cb55cf commit b6a62fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/templates/component/button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
border-radius: 10px;
1717
margin: 0 auto;
1818
">
19-
<a href="https://github.com/CEOS-Developers"
19+
<a href="https://ceos-sinchon.com/"
2020
style="text-decoration-line: none;">
2121
<span style="
2222
text-decoration: none;

src/main/resources/templates/component/recruitButton.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div style="
88
padding: 14px 64px;
99
background-color: #3E4CF7;
10-
width: 272px;
10+
width: fit-content;
1111
box-sizing: border-box;
1212
display: flex;
1313
flex-direction: column;
@@ -16,7 +16,7 @@
1616
border-radius: 10px;
1717
margin: 0 auto;
1818
">
19-
<a href="https://CEOS-지원하기"
19+
<a href="https://ceos-sinchon.com/recruit"
2020
style="text-decoration-line: none;">
2121
<span style="
2222
text-decoration: none;

0 commit comments

Comments
 (0)