Skip to content

Commit

Permalink
[FE][Fix] : 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
juwon5272 authored Dec 2, 2024
1 parent ed2fccc commit 2d57d9d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions frontend/src/component/content/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ export const Content = (props: IContentProps) => {
return (
<div
className="relative flex w-full flex-row items-center justify-between px-4 py-5"
onClick={() => {
navigate(props.link);
}}
onClick={goToHostViewPage}
>
{/* <div className="relative flex w-full flex-row justify-between px-4 py-5"> */}
<div>
<header className="border-gray-200 pb-1 text-start text-lg">{props.title}</header>
<section className="flex items-center text-sm leading-5 text-gray-500">
<header className="border-gray-200 pb-1 text-start text-base font-normal">
{props.title}
</header>
<section className="text-grayscale-200 flex items-center text-xs font-normal leading-5">
<time className="mr-4">
{formattedDate} {formattedTime}
</time>
Expand Down

0 comments on commit 2d57d9d

Please sign in to comment.