diff --git a/public/goal.png b/public/goal.png new file mode 100644 index 0000000..73fa536 Binary files /dev/null and b/public/goal.png differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 9232e47..55ffcfb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,10 +23,7 @@ import LocationButton from '@/components/LockedContent'; Ayşe -

- Senin için bir sürpriz hazırladım, ama önce aşağıdaki konuma gitmen - lazım 😘 -

+

Aşağıdaki konuma gitmen

@@ -43,6 +40,7 @@ import LocationButton from '@/components/LockedContent'; - - diff --git a/src/styles/locked-page.css b/src/styles/locked-page.css index 925aa9f..82030ce 100644 --- a/src/styles/locked-page.css +++ b/src/styles/locked-page.css @@ -1,19 +1,16 @@ .custom-map-control-button { - background-color: #fff; - border: 0; - border-radius: 2px; - box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3); - margin: 10px; - padding: 0 0.5em; - font: - 400 18px Roboto, - Arial, - sans-serif; - overflow: hidden; - height: 40px; - cursor: pointer; - } + background-color: #fff; + border: 0; + border-radius: 2px; + box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3); + margin: 10px; + padding: 0 0.5em; + font: 400 18px Roboto, Arial, sans-serif; + overflow: hidden; + height: 40px; + cursor: pointer; +} - .custom-map-control-button:hover { - background: rgb(235, 235, 235); - } +.custom-map-control-button:hover { + background: rgb(235, 235, 235); +}