Skip to content

Commit 2e849e1

Browse files
committed
hotfix: 이미지 url 오타 수정
1 parent 872a4bd commit 2e849e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export default {
5757
'message-gradient': 'linear-gradient(to bottom, #FDFDFD 46.75%, #FFFED9 100%)',
5858
'login-gradient': 'background: linear-gradient(180deg, #191E33 24.5%, #303C70 100%);',
5959
'star-top': "url('https://storage.googleapis.com/to-hero-2/images/stars-top-1.webp')",
60-
'star-bottom':
61-
"url('https://storage.googleapis.com/to-hero0-2/images/stars-bottom-1.webp')",
60+
'star-bottom': "url('https://storage.googleapis.com/to-hero-2/images/stars-bottom-1.webp')",
6261
},
6362
boxShadow: {
6463
dropdown: '0px 4px 24px 0px rgba(33, 33, 33, 0.60)',

0 commit comments

Comments
 (0)