We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc7170 commit e772c74Copy full SHA for e772c74
public/AppView..png public/AppView.pngpublic/AppView..png renamed to public/AppView.png
src/components/GoBuildDownloadApp.tsx
@@ -22,7 +22,7 @@ export default function GoBuildDownloadApp() {
22
className="relative w-[320px] h-[650px]"
23
>
24
<img
25
- src="/AppView..png"
+ src="/AppView.png"
26
alt="GoBuild App Screenshot"
27
className="w-full h-full object-contain drop-shadow-2xl"
28
/>
@@ -121,16 +121,9 @@ export default function GoBuildDownloadApp() {
121
className="w-40 rounded-xl shadow-lg"
122
123
</motion.a>
124
-
125
-</div>
126
127
128
129
+</div>
130
</div>
131
132
133
134
</section>
135
);
136
}
0 commit comments