Skip to content

Commit a01125e

Browse files
committed
背景のパス修正
1 parent 33a5234 commit a01125e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

frontend/src/features/result/components/ResultReport.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function ResultReport({ data }: ResultReportProps) {
5353
style={{
5454
backgroundImage: `
5555
radial-gradient(circle, rgba(255,255,255,0.8) 1.5px, transparent 4px),
56-
url('/bg-pattern.svg')
56+
url('/images/bg-pattern.svg')
5757
`,
5858
backgroundSize: '16px 16px, cover',
5959
backgroundPosition: '0 0, center',
@@ -81,10 +81,9 @@ export default function ResultReport({ data }: ResultReportProps) {
8181
type="button"
8282
onClick={() => setActiveTab(tab.id)}
8383
className={`relative flex-1 py-3 px-1 mx-1 rounded-t-2xl font-black text-xs sm:text-base transition-all transform duration-200 border-x-4 border-t-4 border-black
84-
${
85-
isActive
86-
? 'bg-white text-black translate-y-0 z-10'
87-
: 'bg-gray-100 text-gray-500 translate-y-2 hover:translate-y-1'
84+
${isActive
85+
? 'bg-white text-black translate-y-0 z-10'
86+
: 'bg-gray-100 text-gray-500 translate-y-2 hover:translate-y-1'
8887
}`}
8988
>
9089
<div className="flex items-center justify-center gap-2">

0 commit comments

Comments
 (0)