Add attribution button as standalone button, fix image license display

This commit is contained in:
Pieter Vander Vennet 2023-02-06 22:43:34 +01:00
parent b942dd764b
commit 664a7f821e
13 changed files with 160 additions and 116 deletions

View file

@ -85,15 +85,6 @@ export default class FullWelcomePaneWithTabs extends ScrollableFullScreen {
tabs.push({ header: Svg.share_img, content: new ShareScreen(state) })
}
const copyright = {
header: Svg.copyright_svg(),
content: new Combine([
Translations.t.general.openStreetMapIntro.SetClass("link-underline"),
new CopyrightPanel(state),
]),
}
tabs.push(copyright)
const privacy = {
header: Svg.eye_svg(),
content: new PrivacyPolicy(),