Skip to content

Commit

Permalink
change game URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Erwin committed Jul 2, 2023
1 parent 84b2e19 commit 3b90021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/TileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function TileCard({ tile, large }: TileCardProps) {
</div>
<div className={`px-4 py-3 bg-gray-50 ${large ? "md:px-8 md:py-4" : ""}`}>
<div className="flex justify-between items-center">
<Link href={`https://game.pixelmap.io`}>
<Link href={`https://homestead-adventure.com/`}>
<div className="nes-btn is-primary flex items-center justify-between md:px-5.5 py-1 md:py-1">
<img
width="30px"
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/house/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const House = () => {
<div className="place-content-center ">
<p>
<iframe
src="https://game.pixelmap.io"
src="https://homestead-adventure.com/"
width="1280"
height="720"
></iframe>
Expand Down

0 comments on commit 3b90021

Please sign in to comment.