Merge pull request #3210 from gradido/fix_frontend_invisible_community

fix(frontend): make invisible community visible
This commit is contained in:
einhornimmond 2023-09-19 21:10:15 +02:00 committed by GitHub
commit f9e3ee8582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,4 @@ export default {
transform: translateY(-50%);
position: relative;
}
.community-switch ul li:first-child {
display: none;
}
</style>