Skip to content

Commit 5ac4874

Browse files
committed
Updated bg
1 parent e18e79a commit 5ac4874

23 files changed

+34
-539
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "metacity-website",
33
"private": true,
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/Main/HomeScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function HomeScreen() {
88
<Heading />
99

1010
<div className="max-w-[1200px] mx-auto">
11-
<a href="https://studio.metacity.cc">
11+
<a href="https://metacity.cc/studio">
1212
<div className="flex flex-row flex-wrap mx-4 rounded-3xl shadow-lg">
1313
<img
1414
src="studio3.png"

src/Studio-tba/Studio.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ export function DemoButton() {
2323
<Menu.Items className="dropdown-content absolute bg-white shadow-md w-full rounded-md z-50 left-0 mt-3">
2424
<DemoItem
2525
title="Ikea Room"
26-
link="https://dev.metacity.cc/editor/?model=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/IKEA-Room/room_ikea.mcmodel&style=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/IKEA-Room/room_ikea.mcstyle"
26+
link="https://studio.metacity.cc/editor/?model=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/IKEA-Room/room_ikea.mcmodel&style=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/IKEA-Room/room_ikea.mcstyle"
2727
/>
2828
<DemoItem
2929
title="Warehouse"
30-
link="https://dev.metacity.cc/editor/?model=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/Warehouse-Materials/warehouse.mcmodel&style=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/Warehouse-Materials/warehouse.mcstyle"
30+
link="https://studio.metacity.cc/editor/?model=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/Warehouse-Materials/warehouse.mcmodel&style=raw.githubusercontent.com/MetacityTools/Studio-Examples/main/Warehouse-Materials/warehouse.mcstyle"
3131
/>
3232
</Menu.Items>
3333
</Menu>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function IntroWelcome() {
1717
</div>
1818
</div>
1919
<div className="text-xl py-8">
20-
The Metacity web app, together with its .MCSV format, offers a user-friendly
20+
The Metacity Studio web app, together with its .MCSV format, offers a user-friendly
2121
experience for organizing, presenting, editing, and creating tabular data in 3D
2222
space.
2323
</div>

src/Studio/Studio.tsx

Lines changed: 25 additions & 498 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)