Add Icons
This commit is contained in:
@@ -3,6 +3,7 @@ import Dashboard from "@/components/dashboard/dashboard";
|
||||
import { Metadata, Viewport } from "next";
|
||||
import PromotionsList from "@/components/dashboard/promotions/PromotionsList";
|
||||
import PromotionsPageSkeleton from "@/components/dashboard/promotions/PromotionsPageSkeleton";
|
||||
import { Ticket } from "lucide-react";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Promotions | Ember Market",
|
||||
@@ -23,7 +24,10 @@ export default function PromotionsPage() {
|
||||
<Dashboard>
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold">Promotions</h1>
|
||||
<h1 className="text-2xl font-semibold text-gray-900 dark:text-white flex items-center">
|
||||
<Ticket className="mr-2 h-6 w-6" />
|
||||
Promotions
|
||||
</h1>
|
||||
<p className="mt-1 text-muted-foreground">
|
||||
Create and manage promotional codes and discounts for your store
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user