Skip to content

Commit 77238a0

Browse files
committed
πŸ§Ÿβ€β™‚οΈπŸ₯ ↝ UI background test
1 parent ff6028e commit 77238a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žpages/explore/[id].tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function ExplorePlanet () {
1313

1414
return (
1515
<>
16-
<style jsx global>
16+
<style jsx global>
1717
{`
1818
body {
1919
background: url('garden.png') center/cover;
@@ -34,5 +34,5 @@ export default function ExplorePlanet () {
3434
<RoverExploreDesktop id={id as string} />
3535
</div>
3636
</>
37-
)
37+
);
3838
};

0 commit comments

Comments
Β (0)