This commit is contained in:
planetabhi
2024-01-13 16:09:08 +05:30
parent 9b45e3d5f7
commit ad493ef1e7
4 changed files with 450 additions and 521 deletions
+4 -1
View File
@@ -1 +1,4 @@
ᕦ(ò_óˇ)ᕤ
## Directory Template
- For the getting started guide, please refer to the [template documentation](https://new-ui.com/docs/templates/directory).
- Have a question? Send an email to [contact@new-ui.com](mailto:contact@new-ui.com)
+441 -515
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -10,16 +10,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^8.0.1",
"@astrojs/cloudflare": "^8.1.0",
"@astrojs/react": "^3.0.9",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.8",
"astro": "^4.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@new-ui/colors": "^1.2.11",
"@new-ui/colors": "^1.3.0",
"@new-ui/effects": "^0.1.0",
"@new-ui/spacings": "^0.1.1",
"@new-ui/typography": "^0.1.5"
+1 -1
View File
@@ -75,7 +75,7 @@ const { site, title, tagline } = Astro.props;
<div class="footer">
Built with <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro. Curated by <a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. [┐∵]┘<br />
&#169; 2023 Method Black. All rights reserved.
&#169; 2024 Method Black. All rights reserved.
</div>
</body>