Skip to content

Commit 36b20ae

Browse files
committed
Update header with logo
1 parent e1b6ca3 commit 36b20ae

4 files changed

Lines changed: 58 additions & 12 deletions

File tree

public/assets/logo.png

610 KB
Loading

public/assets/logo.svg

Lines changed: 53 additions & 7 deletions
Loading

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { noMarginTop = false } = Astro.props;
1616
<div class="footer-wrapper">
1717
<Socials centered />
1818
<div class="copyright-wrapper">
19-
<span>Copyright &#169; {currentYear} Uzair Tariq</span>
19+
<span>Copyright (c) {currentYear} Uzair Tariq</span>
2020
</div>
2121
</div>
2222
</footer>

src/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export const SITE: Site = {
1313
export const LOCALE = ["en-EN"]; // set to [] to use the environment default
1414

1515
export const LOGO_IMAGE = {
16-
enable: false,
17-
svg: true,
18-
width: 216,
19-
height: 46,
16+
enable: true,
17+
svg: false,
18+
width: 400,
19+
height: 96,
2020
};
2121

2222
export const SOCIALS: SocialObjects = [

0 commit comments

Comments
 (0)