Skip to content

Commit b57be4d

Browse files
committed
Path to image 2
1 parent 1b8e1e0 commit b57be4d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/Logo.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2+
import { Image } from 'astro:assets';
3+
import logoimg from '../../assets/img/logo_transparent_small.png';
24
---
35

46
<div class="odyssey-logo">
5-
<img src="{{ "/assets/img/logo_transparent_small.png" | prepend: site.baseurl }}" alt="logo" width=10%> &nbsp; Adina E. Pusok
7+
<img src={logoimg} alt="logo" width=10%> &nbsp; Adina E. Pusok
68
</div>
79

810
<style>

src/components/sections/heros/HomeHeroSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import {ThemeSwitcher} from '../../theme-switcher/theme-switcher';
5050
grid-template-columns: 1fr 1fr;
5151
align-items: center;
5252
gap: 1rem;
53-
margin-top: -1950px;
53+
/* margin-top: -1950px; */
5454
background: var(--theme-surface-1);
5555
border-radius: var(--theme-shape-radius);
5656
/* margin-bottom: 340px; */

0 commit comments

Comments
 (0)