Skip to content

Commit 4e26714

Browse files
committed
Logo Not samsung icon designed
1 parent 065b598 commit 4e26714

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

layouts/partials/home/nav.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
<div class="max-w-7xl mx-auto w-full px-4 sm:px-6 lg:px-8">
99
<nav class="flex items-center justify-between gap-4 h-[73px]" aria-label="Main navigation">
1010
<div class="flex items-center gap-2 shrink-0 z-20">
11-
<a href="/" id="ladybug-logo-anchor" class="flex items-center gap-2.5 group/logo no-underline" aria-label="CodeFryDev home">
12-
<span class="flex h-9 w-9 items-center justify-center rounded-xl bg-brand/[0.06] ring-1 ring-gray-200/80 transition group-hover/logo:bg-brand/10">
13-
<img src="/images/IconCodefrydev.svg" alt="" width="28" height="28" class="h-7 w-7 shrink-0" fetchpriority="high">
14-
</span>
11+
<a href="/" id="ladybug-logo-anchor" class="flex items-center gap-2.5 no-underline" aria-label="CodeFryDev home">
12+
<img src="/images/IconCodefrydev.svg" alt="" width="36" height="36" class="h-9 w-9 shrink-0" fetchpriority="high">
1513
<span class="hidden sm:inline font-bold text-lg tracking-tight text-brand">CODEFRYDEV</span>
1614
</a>
1715
{{- if .IsHome -}}

tailwind.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ module.exports = {
7474
'group-hover/cat:text-brand',
7575
'group-hover/cat:bg-brand/10',
7676
'line-clamp-1',
77-
'bg-brand/[0.06]',
78-
'group-hover/logo:bg-brand/10',
7977
'search-palette-open',
8078
'search-palette-page',
8179
'search-palette--embedded',

0 commit comments

Comments
 (0)