Skip to content

Commit

Permalink
i don't even know
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhereford committed Feb 2, 2024
1 parent 0583283 commit ce32711
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nextjs/src/pages/components/UI/Toolbar/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ export default function ToolPanel() {
className="top-25 right-25 mr-25 absolute z-50 rounded-lg bg-stone-50 pb-6 pr-[20px] pt-6"
style={{ minWidth: "350px", maxWidth: "100%", paddingLeft: "20px" }}
>
<div className="flex flex-wrap justify-between space-x-2">
<ToggleMapFollow />
<RandomCamera />
<RandomNewCamera />
<Previous />
<SaveLocation />
<ToggleLocations />
<ToggleHistoricData />
<ToggleTransformedImage />
<ResetLocations />
<Logout />
<GitHub />
</div>
<TransparencySlider />
<CameraPicker />
<p
Expand Down

0 comments on commit ce32711

Please sign in to comment.