forked from MapComplete/MapComplete
Add title to filterview
This commit is contained in:
parent
28bf8cca9f
commit
9dffca8cdf
4 changed files with 40 additions and 33 deletions
|
@ -635,7 +635,7 @@
|
|||
<If condition={state.guistate.privacyPanelIsOpened}>
|
||||
<FloatOver on:close={() => state.guistate.privacyPanelIsOpened.setData(false)}>
|
||||
<div class="flex h-full flex-col overflow-hidden">
|
||||
<h2 class="low-interaction m-0 flex items-center p-4">
|
||||
<h2 class="low-interaction m-0 flex items-center p-4 drop-shadow-md">
|
||||
<EyeIcon class="w-6 pr-2" />
|
||||
<Tr t={Translations.t.privacy.title} />
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue