Skip to content

Commit

Permalink
feat(website): move to src/*
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Mar 21, 2024
1 parent a0148ba commit 894c9a8
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions apps/website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import typography from '@tailwindcss/typography'

const config: Config = {
content: [
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'./src/**/*.{js,ts,jsx,tsx,mdx}',
'./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}',
'../../node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}',
],
Expand Down
2 changes: 1 addition & 1 deletion apps/website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
"~/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../tools/**/*.ts"],
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 🎨 ColorKit Palette

<p align="center">
<div style="display: flex;justify-content: center;gap: 8px;">
<img src="./tools/color-kit-palette.svg" width="200" height="200" />
<img src="./apps/website/public/assets/logo.svg" width="200" height="200" />
</p>
<img src="./apps/website/src/assets/logo.svg" width="200" height="200" />
</div>

## Building your own palette with ColorKit Palette

Expand Down

0 comments on commit 894c9a8

Please sign in to comment.