Skip to content

Commit

Permalink
feat: fix button spacing + link deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuubson committed Aug 12, 2023
1 parent 0620ce8 commit 09e38b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion @react-vite-trpc/ui/src/Label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const LabelContainer = styled.div`
font-family: monospace;
border-radius: 4px;
cursor: pointer;
margin-top: 20px;
margin-bottom: 15px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
`
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ A template that provides a straightforward and flexible way to use the benefits
![tRPC](https://img.shields.io/badge/tRPC-2596BE.svg?style=for-the-badge&logo=tRPC&logoColor=white)
[![Vitest](https://img.shields.io/badge/Vitest-%2314151B.svg?style=for-the-badge&logo=vitest&logoColor=white&color=green)](https://vitest.dev/)
![Turborepo](https://img.shields.io/badge/Turborepo-EF4444.svg?style=for-the-badge&logo=Turborepo&logoColor=white)

![Render](https://img.shields.io/badge/Render-%46E3B7.svg?style=for-the-badge&logo=render&logoColor=white)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)

## 🌟 Highlights
Expand All @@ -28,6 +30,8 @@ A template that provides a straightforward and flexible way to use the benefits

## 🚀 Quick start

Preview the deployment: https://react-vite-trpc.onrender.com

For local execution, use `pnpm install` and `pnpm dev`.

#### Customization & tips:
Expand Down

0 comments on commit 09e38b1

Please sign in to comment.