Remove border

This commit is contained in:
Pieter Vander Vennet 2022-12-16 15:50:53 +01:00
parent 22ec7cda5d
commit e13d688ffd

View file

@ -36,9 +36,7 @@ export default class AllThemesGui {
.onClick(() => state.osmConnection.AttemptLogin()),
state.osmConnection.isLoggedIn
),
new ImportViewerLinks(state.osmConnection).SetClass(
"p-4 border-2 border-gray-500 m-4 block"
),
new ImportViewerLinks(state.osmConnection),
Translations.t.general.aboutMapcomplete
.Subs({ osmcha_link: Utils.OsmChaLinkFor(7) })
.SetClass("link-underline"),