Skip to content

Commit

Permalink
[fix] style 작성법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Dec 7, 2024
1 parent d437793 commit 833ee9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/@layout/bio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import * as React from "react"
import { useStaticQuery, graphql } from "gatsby"
import styles from "./bio.module.css"
import { profile } from "./bio.module.css"
import profileImage from "./profile.gif"

const Bio = () => {
Expand All @@ -27,7 +27,7 @@ const Bio = () => {
const author = data.site.siteMetadata?.author

return (
<div className={styles.profile}>
<div className={profile}>
<header>
<img src={profileImage} width={64} height={64} alt="profile image" />

Expand Down

0 comments on commit 833ee9d

Please sign in to comment.