mirror of
https://github.com/block-core/angor-hub-old.git
synced 2025-12-17 01:44:19 +01:00
Update background color in header components and comment out chat badge data
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user