diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Navbar.tsx | 2 | ||||
| -rw-r--r-- | src/lib/minio.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 2f1e0d4..29c6129 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -34,7 +34,7 @@ export default function Navbar() { <div className="w-8 h-8 bg-primary rounded-md flex items-center justify-center"> <span className="text-primary-foreground font-bold text-lg">W</span> </div> - <span className="font-bold text-xl">Widget</span> + <span className="font-bold text-xl">Next-Boilerplate</span> </Link> <div className="flex items-center space-x-4"> diff --git a/src/lib/minio.ts b/src/lib/minio.ts index 04bf32d..4ba6c31 100644 --- a/src/lib/minio.ts +++ b/src/lib/minio.ts @@ -9,7 +9,7 @@ const minioClient = new Client({ secretKey: process.env.MINIO_SECRET_KEY || '', }) -const BUCKET_NAME = 'widget-storage' +const BUCKET_NAME = 'storage' export async function ensureBucketExists() { try { |
