Compare commits

..

No commits in common. "6188e0012ae35f082fc674086c791f27fd36bab6" and "aaaa2cf597bc546354ef84e8d9586b1e0b9df448" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -36,12 +36,12 @@ const backendUrl = import.meta.env.PUBLIC_BACKEND_URL
<p class='leading-7 [&:not(:first-child)]:mt-6 text-2xl'> <p class='leading-7 [&:not(:first-child)]:mt-6 text-2xl'>
Bir fotoğraf seçin. Bir fotoğraf seçin.
</p> </p>
<div class='grid items-center gap-1.5 mt-4'> <div class='grid w-full max-w-sm items-center gap-1.5 mt-4'>
<input <input
type='file' type='file'
name='selected-photo' name='selected-photo'
id='photo-selector' id='photo-selector'
class='flex w-full p-2 border border-gray rounded-lg file:bg-inherit file:border-0' class='p-2 border border-gray rounded-lg file:bg-inherit file:border-0'
required required
/> />
<p class='px-2 text-lg text-muted-foreground'> <p class='px-2 text-lg text-muted-foreground'>

View File

@ -197,7 +197,7 @@ const currentLocationControl = new CurrentLocationControl({
position: "bottomleft", position: "bottomleft",
}) })
const radiusControl = new RadiusControl({ position: "topright" }) const radiusControl = new RadiusControl({ position: "bottomright" })
askPermissionControl.addTo(map) askPermissionControl.addTo(map)