Skip to content

Commit 6488d1d

Browse files
authored
Merge pull request #9 from creativetimofficial/updated-astro-v5.5.5
update v5.5.5
2 parents e1a81f3 + 20d661a commit 6488d1d

File tree

5 files changed

+19
-33
lines changed

5 files changed

+19
-33
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
node_modules
3+
.astro
4+
.env
5+
.env.local
6+
.env.development.local
7+
.env.test.local

CHANGELOG.MD

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

3+
## [1.1.0] 2025-03-31
4+
### Updates
5+
- Update Astro to v5.5.5
6+
- Favicon fix path
7+
38
## [1.0.1] 2023-09-27
49
### Updates
5-
- Upgrade Astro to v3.0
6-
- update images path
10+
- Upgdate Astro to v3.0
11+
- Update images path
712

813
## [1.0.0] 2023-08-29
914
### Initial Release

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
3232
"license": "MIT",
3333
"dependencies": {
34-
"@astrojs/react": "^3.0.2",
35-
"@astrojs/tailwind": "^5.0.0",
34+
"@astrojs/react": "^4.2.2",
35+
"@astrojs/tailwind": "^6.0.2",
3636
"@heroicons/react": "^2.0.16",
3737
"@material-tailwind/react": "^2.0.1",
3838
"@types/react": "^18.0.21",
3939
"@types/react-dom": "^18.0.6",
40-
"astro": "^3.1.4",
40+
"astro": "^5.5.5",
4141
"forward-ref": "^1.0.0",
4242
"framer-motion": "^10.12.16",
4343
"fs-extra": "^11.1.1",

src/components/presentation/footerFree.tsx

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,7 @@ export function Footer() {
201201
<hr className="my-6 border-blue-gray-50" />
202202
<div className="flex flex-wrap items-center justify-center gap-2 md:justify-between">
203203
<div className="text-center lg:text-left">
204-
<a
205-
href="https://vercel.com/?utm_source=ct-tailwind-team&utm_campaign=oss"
206-
target="_blank"
207-
rel="noopener noreferrer"
208-
className="inline-flex items-center font-semibold text-primary no-underline"
209-
>
210-
<span className="mr-1">Powered by</span>
211-
<span>
212-
<svg height="22" viewBox="0 0 283 64" fill="none">
213-
<path
214-
fill="currentColor"
215-
d="M141.04 16c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.46 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zM248.72 16c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.45 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zM200.24 34c0 6 3.92 10 10 10 4.12 0 7.21-1.87 8.8-4.92l7.68 4.43c-3.18 5.3-9.14 8.49-16.48 8.49-11.05 0-19-7.2-19-18s7.96-18 19-18c7.34 0 13.29 3.19 16.48 8.49l-7.68 4.43c-1.59-3.05-4.68-4.92-8.8-4.92-6.07 0-10 4-10 10zm82.48-29v46h-9V5h9zM36.95 0L73.9 64H0L36.95 0zm92.38 5l-27.71 48L73.91 5H84.3l17.32 30 17.32-30h10.39zm58.91 12v9.69c-1-.29-2.06-.49-3.2-.49-5.81 0-10 4-10 10V51h-9V17h9v9.2c0-5.08 5.91-9.2 13.2-9.2z"
216-
></path>
217-
</svg>
218-
</span>
219-
</a>
204+
220205
<div className="text-md mt-2 py-1 font-normal text-gray-600">
221206
Copyright &copy; {YEAR}{" "}
222207
<a href="/" className="text-inherit transition-all">
@@ -233,17 +218,6 @@ export function Footer() {
233218
</a>
234219
</div>
235220
</div>
236-
<div className="ml-auto w-full px-4 text-center md:w-4/12 md:px-0 md:text-right">
237-
<a href="https://nepcha.com?ref=astrolaunch-ui">
238-
<img
239-
src="https://nepcha.com/img/media/badges/analytics-by-nepcha-black-transparent.png"
240-
className="mx-auto lg:mr-0 lg:ml-auto"
241-
alt="nepcha"
242-
width={250}
243-
height={250}
244-
/>
245-
</a>
246-
</div>
247221
</div>
248222
</div>
249223
</footer>

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { title, metaDescription } = Astro.props;
1212
<head>
1313
<meta charset="UTF-8" />
1414
<meta name="viewport" content="width=device-width" />
15-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
15+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
1616
<link
1717
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Noto+Sans:300,400,500,600,700,800|PT+Mono:300,400,500,600,700"
1818
rel="stylesheet"

0 commit comments

Comments
 (0)