Skip to content

Commit ea27b19

Browse files
committed
fix: update my website url
closes wstone url incorrect #5
1 parent 0fa6188 commit ea27b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ui.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const App: React.FC<{ game: GameEngine }> = observer(({ game }) => {
207207
</Box>
208208

209209
<Box justifyContent="center">
210-
<Gradient colors={['#9C53F6', '#6FB5F9']}>wstone.io</Gradient>
210+
<Gradient colors={['#9C53F6', '#6FB5F9']}>wstone.uk</Gradient>
211211
</Box>
212212

213213
<Box justifyContent="center">

0 commit comments

Comments
 (0)