Skip to content

Commit

Permalink
Merge pull request #15 from suu3/develop
Browse files Browse the repository at this point in the history
[fix] style 작성법 수정
  • Loading branch information
suu3 authored Dec 7, 2024
2 parents a0c2f96 + 833ee9d commit f69d4a5
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 f69d4a5

Please sign in to comment.