Skip to content

Commit e772c74

Browse files
committed
fixed
1 parent 7bc7170 commit e772c74

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed
File renamed without changes.

src/components/GoBuildDownloadApp.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function GoBuildDownloadApp() {
2222
className="relative w-[320px] h-[650px]"
2323
>
2424
<img
25-
src="/AppView..png"
25+
src="/AppView.png"
2626
alt="GoBuild App Screenshot"
2727
className="w-full h-full object-contain drop-shadow-2xl"
2828
/>
@@ -121,16 +121,9 @@ export default function GoBuildDownloadApp() {
121121
className="w-40 rounded-xl shadow-lg"
122122
/>
123123
</motion.a>
124-
125-
</div>
126-
127-
128-
129-
124+
</div>
130125
</div>
131126
</div>
132-
133-
134127
</section>
135128
);
136129
}

0 commit comments

Comments
 (0)