Skip to content

Commit

Permalink
fix: domain (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
0plan authored May 2, 2024
1 parent 4dcf9d1 commit 636ff79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vite React Typescript i18n
VRTN is Vite React Typescript i18n template
VRTN is Vite React Tailwindcss Typescript i18n template

[Live Demo](https://vite-react-typescript-i18n-template.vercel.app/)
[Live Demo](https://vrtn.0plan.dev/)

## 🚀 Features

Expand All @@ -28,7 +28,7 @@ VRTN is Vite React Typescript i18n template
[//]: # (### GitHub Template)

[//]: # ()
[//]: # ([Create a repo from this template on GitHub](https://github.com/chlee125/vrtn/generate).)
[//]: # ([Create a repo from this template on GitHub](https://github.com/0plan/vrtn/generate)

## Usage

Expand All @@ -40,7 +40,7 @@ Just run and visit http://localhost:5173

### Build

To build the App, run
Build the App

```bash
pnpm build
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Footer() {
<div className="space-x-2">
<a
className="inline-flex h-10 w-10 items-center justify-center rounded-full text-center text-gray-500 transition hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white dark:text-gray-500 dark:hover:bg-gray-800 dark:hover:text-gray-200"
href="https://github.com/chlee125/vite-react-typescript-template"
href="https://github.com/0plan/vrtn"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 636ff79

Please sign in to comment.