Skip to content

Commit f12c31c

Browse files
committed
fix: logo.svg import, amber design landing page
1 parent 6c34da9 commit f12c31c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/LandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useEffect, useState } from 'react';
22
import { Link } from 'react-router-dom';
3-
import logoSvg from '/logo.svg';
3+
const logoSvg = '/logo.svg';
44

55
// ─── Typing Terminal ───
66
function Terminal() {

0 commit comments

Comments
 (0)