We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b6ca3 commit 36b20aeCopy full SHA for 36b20ae
4 files changed
public/assets/logo.png
610 KB
public/assets/logo.svg
src/components/Footer.astro
@@ -16,7 +16,7 @@ const { noMarginTop = false } = Astro.props;
16
<div class="footer-wrapper">
17
<Socials centered />
18
<div class="copyright-wrapper">
19
- <span>Copyright © {currentYear} Uzair Tariq</span>
+ <span>Copyright (c) {currentYear} Uzair Tariq</span>
20
</div>
21
22
</footer>
src/config.ts
@@ -13,10 +13,10 @@ export const SITE: Site = {
13
export const LOCALE = ["en-EN"]; // set to [] to use the environment default
14
15
export const LOGO_IMAGE = {
- enable: false,
- svg: true,
- width: 216,
- height: 46,
+ enable: true,
+ svg: false,
+ width: 400,
+ height: 96,
};
export const SOCIALS: SocialObjects = [
0 commit comments