Skip to content

Commit bd74c0d

Browse files
committed
refactor: update Owl image import in Layout.astro to use Owl.jpg
1 parent 53b9332 commit bd74c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import "../styles/global.css";
33
import { ClientRouter } from "astro:transitions";
4-
import OwlImage from "../assets/Owl-medium.jpg";
4+
import OwlImage from "../assets/Owl.jpg";
55
66
interface Props {
77
title?: string;

0 commit comments

Comments
 (0)