Skip to content

Commit

Permalink
removed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cornedriesprong committed May 14, 2023
1 parent 8fd5eaa commit 9a24cac
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/Header.astro
Expand Up @@ -18,18 +18,7 @@ const { activeNav } = Astro.props;
<div class="nav-container">
<div class="top-nav-wrap">
<a href="/" class="logo">
{
LOGO_IMAGE.enable ? (
<img
src={LOGO_IMAGE.svg ? logoSVG : logoPNG}
alt="AstroPaper Logo"
width={LOGO_IMAGE.width}
height={LOGO_IMAGE.height}
/>
) : (
SITE.title
)
}
{SITE.title}
</a>
<nav id="nav-menu">
<button
Expand Down

0 comments on commit 9a24cac

Please sign in to comment.