Skip to content

Commit

Permalink
chore: hide not ready features (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
EehMauro authored Nov 5, 2024
1 parent 9c2ec44 commit 95e0c85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ const NavBar: React.FunctionComponent = () => {
Map
</button>
</Link>
<span className="border-l border-l-solid border-l-[#F1E9D9] w-0 h-7 opacity-50" />
{/* <span className="border-l border-l-solid border-l-[#F1E9D9] w-0 h-7 opacity-50" />
<Link href="/leaderboard">
<button className={`font-monocraft-regular py-2 px-4 rounded-full text-md mx-4 ${isActive('leaderboard')}`}>
Leaderboard
</button>
</Link>
</Link> */}
</div>
<div className="flex flex-row justify-end flex-auto basis-1/4">
<button className="border border-solid border-[#5B5B5B] bg-black py-3 px-4 rounded-full mx-2 flex flex-row items-center">
{/* <button className="border border-solid border-[#5B5B5B] bg-black py-3 px-4 rounded-full mx-2 flex flex-row items-center">
<img src="/challenge-icon.svg" className="w-6 h-6 mr-3 pointer-events-none" />
<span className="font-inter-regular text-[#F1E9D9] text-md text-left w-36">Select challenge</span>
<img src="/chevron.svg" className="w-5 h-5 ml-3 pointer-events-none" />
</button>
</button> */}
</div>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Landing() {
</div>

</div>
<div className="container mx-auto sm flex flex-col pt-16 pb-32 px-32">
{/* <div className="container mx-auto sm flex flex-col pt-16 pb-32 px-32">
<h3 className="flex flex-row items-center justify-center mb-20">
<img src="/challenge-icon.svg" className="h-12 w-12 inline mr-5" />
<span className="font-monocraft-regular text-[#07F3E6] text-4xl">Available Challenges</span>
Expand Down Expand Up @@ -107,7 +107,7 @@ export default function Landing() {
</div>
)}
</div>
</div>
</div> */}
</div>
);
}
1 change: 1 addition & 0 deletions godot-visualizer/scenes/main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ size_flags_horizontal = 10
alignment = 2

[node name="MarginContainerTop" type="MarginContainer" parent="GUICanvasLayer/HBoxContainer/VBoxContainerEnd"]
visible = false
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 40
Expand Down

0 comments on commit 95e0c85

Please sign in to comment.