Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 3d4aa64

Browse files
committed
refactoring UI
1 parent af5711d commit 3d4aa64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/shared/themes/layouts/auth/auth.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<router-outlet></router-outlet>
55

66
<div class="flex items-center justify-between py-6">
7-
<p class="text-sm leading-5 text-slate-500">Copyright © {{ date }} Cosna Afrique.</p>
7+
<p class="text-sm leading-5 text-slate-500">Copyright © {{ date }} Admin Panel.</p>
88
<div class="flex items-center space-x-5">
99
<a href="https://www.facebook.com/laravelcm" target="_blank" class="text-slate-400 hover:text-slate-500">
1010
<span class="sr-only">Facebook</span>
@@ -26,7 +26,7 @@
2626
<div class="relative flex-1 hidden w-0 lg:block">
2727
<img
2828
class="absolute inset-0 object-cover w-full h-full"
29-
src="../../../../../assets/images/wallpaper.jpg"
29+
src="assets/images/wallpaper.jpg"
3030
alt="Admin Wall paper"
3131
/>
3232
</div>

src/app/shared/themes/pages/not-found/not-found.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<main class="flex flex-col justify-center flex-grow w-full px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
33
<div class="flex justify-center flex-shrink-0">
44
<div class="inline-flex">
5-
<span class="sr-only">Cosna Afrique</span>
5+
<span class="sr-only">Administration</span>
66
<logo-svg class="w-auto h-20"></logo-svg>
77
</div>
88
</div>

src/app/shared/themes/pages/not-found/not-found.component.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)