From b2fddb0dddfae5530d72a8f8031ff47a9d9f5d05 Mon Sep 17 00:00:00 2001
From: Hernan Alvarado
Date: Sat, 2 Nov 2024 20:36:40 -0500
Subject: [PATCH] chore: install `@halvaradop/ui-button` dependency
---
app/package.json | 1 +
app/src/app/page.tsx | 4 ++--
app/src/ui/footer.tsx | 2 +-
app/tailwind.config.ts | 1 +
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/app/package.json b/app/package.json
index 08106a1..7905a0e 100644
--- a/app/package.json
+++ b/app/package.json
@@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
+ "@halvaradop/ui-button": "^0.3.1",
"framer-motion": "^11.2.13",
"next": "14.2.3",
"react": "^18",
diff --git a/app/src/app/page.tsx b/app/src/app/page.tsx
index 9b1ae0f..584fe03 100644
--- a/app/src/app/page.tsx
+++ b/app/src/app/page.tsx
@@ -1,6 +1,6 @@
import Image from "next/image"
import Link from "next/link"
-import { Button } from "@/ui/custom/button"
+import { Button } from "@halvaradop/ui-button"
import { UtilitiesSection } from "@/ui/utilities-section"
import hero from "@/assets/hero-mobile.svg"
@@ -16,7 +16,7 @@ const Index = () => {
It is a dependency that extends the utilities offered by TailwindCSS,
complementing the selector and text styles, as well as other utilities.
-