This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "atridotdad",
|
"name": "atridotdad",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
@@ -11,20 +11,20 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^4.3.3",
|
"@astrojs/mdx": "^4.3.3",
|
||||||
"@astrojs/node": "^9.4.0",
|
"@astrojs/node": "^9.4.1",
|
||||||
"@astrojs/preact": "^4.1.0",
|
"@astrojs/preact": "^4.1.0",
|
||||||
"@astrojs/rss": "^4.0.12",
|
"@astrojs/rss": "^4.0.12",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
"@preact/signals": "^2.2.1",
|
"@preact/signals": "^2.2.1",
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"@tailwindcss/vite": "^4.1.11",
|
"@tailwindcss/vite": "^4.1.12",
|
||||||
"astro": "^5.12.9",
|
"astro": "^5.13.0",
|
||||||
"astro-icon": "^1.1.5",
|
"astro-icon": "^1.1.5",
|
||||||
"lucide-preact": "^0.539.0",
|
"lucide-preact": "^0.539.0",
|
||||||
"playwright": "^1.54.2",
|
"playwright": "^1.54.2",
|
||||||
"preact": "^10.27.0",
|
"preact": "^10.27.0",
|
||||||
"sharp": "^0.34.3",
|
"sharp": "^0.34.3",
|
||||||
"tailwindcss": "^4.1.11"
|
"tailwindcss": "^4.1.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/mdi": "^1.2.3",
|
"@iconify-json/mdi": "^1.2.3",
|
||||||
|
|||||||
525
pnpm-lock.yaml
generated
525
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,11 @@ export default function ResumeDownloadButton({
|
|||||||
<button
|
<button
|
||||||
onClick={handleDownload}
|
onClick={handleDownload}
|
||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
class={`btn bg-primary text-base-100 font-bold rounded-full inline-flex items-center gap-2 text-sm sm:text-base ${className}`}
|
class={`btn bg-primary font-bold rounded-full inline-flex items-center gap-2 text-sm sm:text-base ${
|
||||||
|
isLoading
|
||||||
|
? "text-primary border-2 border-primary"
|
||||||
|
: "text-base-100"
|
||||||
|
}`}
|
||||||
>
|
>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user