Skip to content

Commit

Permalink
fix: change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemin-s committed Nov 30, 2024
1 parent 74e1479 commit d215317
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/presentation/component/article/AboutMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import IconLocation from '../svg/IconLocation'
import IconPhone from '../svg/IconPhone'
import IconMail from '../svg/IconMail'
import IconEdu from '../svg/IconEdu'
import { Colors } from '@/app/domain/enums/Color.enum'
import { Colors } from '@/app/domain/enums/color.enum'

const AboutMe = () => {
const size = '48px'
Expand Down
2 changes: 1 addition & 1 deletion app/presentation/screen/MainScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AboutMe from '../component/article/AboutMe'
import Skills from '../component/article/Skills'
import Projects from '../component/article/Projects'
import Career from '../component/article/Career'
import { Colors } from '@/app/domain/enums/Color.enum'
import { Colors } from '@/app/domain/enums/color.enum'

const MainScreen = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Config } from 'tailwindcss'
import { Colors } from './app/domain/enums/Color.enum'
import { Colors } from './app/domain/enums/color.enum'

export default {
content: [
Expand Down

0 comments on commit d215317

Please sign in to comment.