Skip to content

Commit ecd7748

Browse files
author
Alex Jacob Meyer
committed
added alexlee logo, referenced
1 parent 7f1cbfc commit ecd7748

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading

frontend/src/components/Layout.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Link, useLocation } from 'react-router-dom';
33
import './Layout.css';
4-
4+
import logo from '../assets/alex_lee-logo.svg';
55
interface LayoutProps {
66
children: React.ReactNode;
77
}
@@ -13,16 +13,13 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
1313

1414
return (
1515
<div className="layout">
16-
{/* Alex Lee Body Triangles */}
17-
<div className="bodyTriangleBlue"></div>
18-
<div className="bodyTriangleYellow"></div>
1916

2017
<header className="header">
2118
<div className="header-container">
2219
<div className="brand">
2320
<div className="brand-logo">
2421
<img
25-
src="/alex_lee-logo.svg"
22+
src={logo}
2623
alt="Alex Lee"
2724
className="brand-logo-img"
2825
/>

0 commit comments

Comments
 (0)