Skip to content

Commit 1cbb199

Browse files
authored
Added background and illustrations to login page (#473)
* Added background and illustrations for login page * Edited tailwind config * Formatted tailwind config
1 parent 7ac5043 commit 1cbb199

File tree

6 files changed

+341
-3
lines changed

6 files changed

+341
-3
lines changed

frontend/src/assets/images/images.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,7 @@ export {
236236
illustrationCreativeTeam,
237237
illustrationHighFive,
238238
};
239+
240+
export { default as loginTanBg } from "./svgs/login-tan-bg.svg?url";
241+
export { default as dotsSvg } from "./svgs/dots.svg?url";
242+
export { default as loginIllustration } from "./svgs/login-illustration.svg?url";
Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)