mirror of
https://github.com/block-core/angor-hub-old.git
synced 2025-12-17 09:54: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">
|
<div class="flex min-w-0 flex-auto flex-col">
|
||||||
<!-- Header -->
|
<!-- 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 -->
|
<!-- Background -->
|
||||||
<svg class="pointer-events-none absolute inset-0" viewBox="0 0 960 540" width="100%" height="100%"
|
<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">
|
preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div class="flex min-w-0 flex-auto flex-col">
|
<div class="flex min-w-0 flex-auto flex-col">
|
||||||
<!-- Header -->
|
<!-- 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 -->
|
<!-- Background -->
|
||||||
<svg class="pointer-events-none absolute inset-0" viewBox="0 0 960 540" width="100%" height="100%"
|
<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">
|
preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div class="flex min-w-0 flex-auto flex-col">
|
<div class="flex min-w-0 flex-auto flex-col">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div
|
<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 -->
|
<!-- Background -->
|
||||||
<!-- Rings -->
|
<!-- Rings -->
|
||||||
|
|||||||
@@ -24,10 +24,10 @@ export const defaultNavigation: AngorNavigationItem[] = [
|
|||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:chat-bubble-left-right',
|
icon: 'heroicons_outline:chat-bubble-left-right',
|
||||||
link: '/chat',
|
link: '/chat',
|
||||||
badge: {
|
// badge: {
|
||||||
title: '0',
|
// title: '0',
|
||||||
classes: 'px-2 bg-[#086c81] text-white rounded-full',
|
// classes: 'px-2 bg-[#086c81] text-white rounded-full',
|
||||||
},
|
// },
|
||||||
requiresLogin: true,
|
requiresLogin: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -71,10 +71,10 @@ export const horizontalNavigation: AngorNavigationItem[] = [
|
|||||||
type: 'basic',
|
type: 'basic',
|
||||||
icon: 'heroicons_outline:chat-bubble-left-right',
|
icon: 'heroicons_outline:chat-bubble-left-right',
|
||||||
link: '/chat',
|
link: '/chat',
|
||||||
badge: {
|
// badge: {
|
||||||
title: '0',
|
// title: '0',
|
||||||
classes: 'px-2 bg-[#086c81] text-white rounded-full',
|
// classes: 'px-2 bg-[#086c81] text-white rounded-full',
|
||||||
},
|
// },
|
||||||
requiresLogin: true,
|
requiresLogin: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user