Skip to content

Commit

Permalink
Merge branch 'FE/chore/#5-StylingCSS' into 'dev'
Browse files Browse the repository at this point in the history
Fe/chore/#5 styling css

See merge request s09-webmobile1-sub2/S09P12C201!199
  • Loading branch information
wink4u committed Aug 17, 2023
2 parents 07ad1cf + 160ecee commit de9dc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/refill/src/pages/HospitalSearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ export const HospitalSearch: React.FC = () => {
}}
>
<div style={{ display: "flex", alignItems: "center" }}>
<Avatar src={data.hospitalProfileImg} />
<Avatar src={`https://ssafyfinal.s3.ap-northeast-2.amazonaws.com/${data.hospitalProfileImg}`} />
<Typography variant="h4" sx={{ margin: "15px" }}>
{data.name}
</Typography>
Expand Down

0 comments on commit de9dc77

Please sign in to comment.