Skip to content

Commit ce41c36

Browse files
authored
Merge pull request #216 from manNomi/fix/find-university
Fix/find university - style버그 수정했습니다
2 parents 71f3745 + 26e1232 commit ce41c36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/_home/_ui/FindLastYearScoreBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IconGraduationCap, IconRightArrow } from "@/public/svgs/home";
55
const FindLastYearScoreBar = () => {
66
return (
77
<button
8-
className="h-15 flex cursor-pointer items-center justify-between border-b border-k-100 px-5 py-3"
8+
className="h-15 flex w-full cursor-pointer items-center justify-between border-b border-k-100 px-5 py-3"
99
onClick={() => alert("해당 기능은 현재 준비중입니다.")}
1010
>
1111
<div>

src/app/_home/_ui/PopularUniversitySection/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ type PopularUniversitySectionProps = {
1313

1414
const PopularUniversitySection = ({ universities }: PopularUniversitySectionProps) => {
1515
const { containerRef } = useWheelHandler();
16-
console.log(universities);
1716
return (
1817
<div ref={containerRef} className="overflow-x-auto">
1918
<div className="flex gap-2">

0 commit comments

Comments
 (0)