Skip to content

Commit

Permalink
Update HeroSection.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
davidknoerzer committed Feb 9, 2024
1 parent 7568fff commit 85e8c8f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/app/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import React from "react";
import Image from "next/image";
import myPicture from "../../images/my_picture.webp";
import { Nanum_Gothic_Coding } from "next/font/google";

const codingFont = Nanum_Gothic_Coding({
weight: ["400"],
subsets: ["latin"],
});
export default function HeroSection() {
const codingFont = Nanum_Gothic_Coding({
weight: ["400"],
subsets: ["latin"],
});
return (
<div className="hero min-h-screen bg-base-200">
<div className="hero-content flex-col lg:flex-row">
Expand Down

0 comments on commit 85e8c8f

Please sign in to comment.