Skip to content

Commit 92a45b3

Browse files
committed
feat: add logo to home page
1 parent 7244b72 commit 92a45b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Landing.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const Landing: React.FC = () => {
66
<div>
77
<section className="text-gray-700 ">
88
<div className="container flex flex-col px-5 py-24 mx-auto lg:items-center">
9+
<img className="rounded-full w-1/6" src="https://images2.imgbox.com/ab/88/aS4VAVYc_o.png" alt="Codebench logo"/>
910
<div className="flex flex-col w-full mb-12 text-left lg:text-center">
1011
<h2 className="mb-4 text-xs font-semibold tracking-widest text-black uppercase title-font">
1112
Get up to speed...

0 commit comments

Comments
 (0)