feat: ui changes for footer
This commit is contained in:
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
@@ -15,8 +15,8 @@ export default function AdminLayout({
|
||||
<SidebarTrigger />
|
||||
<div className="w-full">{children}</div>
|
||||
</div>
|
||||
<p className="justify-self-end w-full text-sm text-center bg-emerald-700 text-white ">
|
||||
Powered by Aurelion Future Forge
|
||||
<p className="flex items-center gap-5 justify-center justify-self-end w-full text-sm text-center bg-[#f5f6fa] py-2 font-medium text-gray-700 ">
|
||||
Powered by <img src="/logo.png" className="w-32 aspect-auto" alt="" />
|
||||
</p>
|
||||
</main>
|
||||
</SidebarProvider>
|
||||
|
||||
@@ -14,8 +14,8 @@ export default function AdminLayout({
|
||||
<SidebarTrigger />
|
||||
<div className="w-full">{children}</div>
|
||||
</div>
|
||||
<p className="justify-self-end w-full text-sm text-center bg-emerald-700 text-white ">
|
||||
Powered by Aurelion Future Forge
|
||||
<p className="flex items-center gap-5 justify-center justify-self-end w-full text-sm text-center bg-[#f5f6fa] py-2 font-medium text-gray-700 ">
|
||||
Powered by <img src="/logo.png" className="w-32 aspect-auto" alt="" />
|
||||
</p>
|
||||
</main>
|
||||
</SidebarProvider>
|
||||
|
||||
@@ -11,8 +11,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
<SidebarTrigger />
|
||||
<div className="w-full">{children}</div>
|
||||
</div>
|
||||
<p className="justify-self-end w-full text-sm text-center bg-emerald-700 text-white ">
|
||||
Powered by Aurelion Future Forge
|
||||
<p className="flex items-center gap-5 justify-center justify-self-end w-full text-sm text-center bg-[#f5f6fa] py-2 font-medium text-gray-700 ">
|
||||
Powered by <img src="/logo.png" className="w-32 aspect-auto" alt="" />
|
||||
</p>
|
||||
</main>
|
||||
</SidebarProvider>
|
||||
|
||||
@@ -206,8 +206,10 @@ export default function Home() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="absolute bottom-4 text-center text-xs text-gray-500">
|
||||
Powered by Aurelion Future Forge
|
||||
<div className="absolute bottom-0 w-full text-center text-xs text-gray-500">
|
||||
<p className="flex items-center gap-5 justify-center justify-self-end w-full text-sm text-center bg-[#f5f6fa] py-2 font-medium text-gray-700 ">
|
||||
Powered by <img src="/logo.png" className="w-32 aspect-auto" alt="" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user