fix: Align action buttons to the right in the layer control panel
This commit is contained in:
@@ -541,7 +541,7 @@ export default function ProjectsMapPage() {
|
|||||||
{/* Layer Control Panel - Right Side */}
|
{/* Layer Control Panel - Right Side */}
|
||||||
<div className="absolute top-4 right-4 z-[1000] flex flex-col gap-3">
|
<div className="absolute top-4 right-4 z-[1000] flex flex-col gap-3">
|
||||||
{/* Action Buttons */}
|
{/* Action Buttons */}
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2 justify-end">
|
||||||
<Link href="/projects">
|
<Link href="/projects">
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
|
|||||||
Reference in New Issue
Block a user