Update background color in header components and comment out chat badge data

This commit is contained in:
Milad Raeisi
2024-12-18 10:40:27 +04:00
parent e10928249d
commit 1ada223b12
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<div class="flex min-w-0 flex-auto flex-col">
<!-- Header -->
<div class="dark relative flex-0 overflow-hidden bg-gray-800 px-4 py-8 sm:p-16">
<div class="dark relative flex-0 overflow-hidden bg-gray-700 px-4 py-8 sm:p-16">
<!-- Background -->
<svg class="pointer-events-none absolute inset-0" viewBox="0 0 960 540" width="100%" height="100%"
preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg">

View File

@@ -1,6 +1,6 @@
<div class="flex min-w-0 flex-auto flex-col">
<!-- Header -->
<div class="dark relative flex-0 overflow-hidden bg-gray-800 px-4 py-8 sm:p-16">
<div class="dark relative flex-0 overflow-hidden bg-gray-700 px-4 py-8 sm:p-16">
<!-- Background -->
<svg class="pointer-events-none absolute inset-0" viewBox="0 0 960 540" width="100%" height="100%"
preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg">

View File

@@ -1,7 +1,7 @@
<div class="flex min-w-0 flex-auto flex-col">
<!-- Header -->
<div
class="dark relative overflow-hidden bg-gray-800 px-4 pb-28 pt-8 dark:bg-gray-900 sm:px-16 sm:pb-48 sm:pt-20"
class="dark relative overflow-hidden bg-gray-700 px-4 pb-28 pt-8 dark:bg-gray-700 sm:px-16 sm:pb-48 sm:pt-20"
>
<!-- Background -->
<!-- Rings -->

View File

@@ -24,10 +24,10 @@ export const defaultNavigation: AngorNavigationItem[] = [
type: 'basic',
icon: 'heroicons_outline:chat-bubble-left-right',
link: '/chat',
badge: {
title: '0',
classes: 'px-2 bg-[#086c81] text-white rounded-full',
},
// badge: {
// title: '0',
// classes: 'px-2 bg-[#086c81] text-white rounded-full',
// },
requiresLogin: true,
},
{
@@ -71,10 +71,10 @@ export const horizontalNavigation: AngorNavigationItem[] = [
type: 'basic',
icon: 'heroicons_outline:chat-bubble-left-right',
link: '/chat',
badge: {
title: '0',
classes: 'px-2 bg-[#086c81] text-white rounded-full',
},
// badge: {
// title: '0',
// classes: 'px-2 bg-[#086c81] text-white rounded-full',
// },
requiresLogin: true,
},
{