We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc20679 + c61ad89 commit 5125471Copy full SHA for 5125471
1 file changed
resources/views/public/components/datapublication-map/info.blade.php
@@ -2,9 +2,12 @@
2
<div class="flex max-[700px]:flex-col items-center place-content-center gap-3">
3
{{-- content above map --}}
4
<div class="flex justify-center items-center gap-2 min-h-[40px]">
5
- <p class="text-info font-bold text-center text-lg"> This is a beta version: not all functionalities are
6
- available
7
- and not all available results are shown.</p>
+ <div class="bg-info-100 rounded-full mb-3 pl-2 pr-2">
+ <p class="text-info font-bold text-center text-lg" style="color: var(--color-info-800)">
+ <x-ri-information-line id="" class="info-icon mx-2" />
8
+ This is a beta version: not all functionalities are available. Draw a spatial filter to see results.
9
+ </p>
10
+ </div>
11
</div>
12
13
<div>
0 commit comments