Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alii committed Sep 3, 2024
1 parent 1b87822 commit b6e4ef9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"lint": "next lint"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/forms": "^0.5.8",
"@types/common-tags": "^1.8.4",
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/jwa": "^2.0.3",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"eslint": "9.5.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.9",
"prettier-plugin-tailwindcss": "^0.6.6",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"dependencies": {
Expand All @@ -39,18 +39,18 @@
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"cookie": "^0.6.0",
"dayjs": "^1.11.12",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"envsafe": "^2.0.3",
"framer-motion": "^11.3.24",
"framer-motion": "^11.3.31",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"next": "^14.2.5",
"next": "^14.2.7",
"nextkit": "^3.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"use-lanyard": "^1.5.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion src/components/message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function MessageBubble({
}}
variants={item}
className={clsx(
'w-fit border border-neutral-200 bg-gray-100 px-3 py-2 text-sm dark:border-neutral-800 dark:bg-neutral-900',
'w-fit border border-neutral-200 bg-gray-100 px-3 py-2 text-sm shadow-xl shadow-neutral-300/50 dark:border-neutral-800 dark:bg-neutral-900 dark:text-neutral-200 dark:shadow-md dark:shadow-neutral-500/10',

isLast && isFirst
? 'rounded-xl'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default function Home(props: Props) {
key: 'discord',
content: (
<>
My Discord is <code>@alistaiir</code> - I'm currently{' '}
My Discord is <code className="font-serif">@alistaiir</code> - I'm currently{' '}
<span
className={
{
Expand Down

0 comments on commit b6e4ef9

Please sign in to comment.