mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 11:47:42 +02:00
UBER-318: Allow to configure default language (#3342)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
export let workspace: string
|
||||
</script>
|
||||
|
||||
<div class="antiLogo red" class:mini>{workspace.toUpperCase()[0]}</div>
|
||||
<div class="antiLogo red" class:mini>{workspace?.toUpperCase()?.[0]}</div>
|
||||
|
||||
<style lang="scss">
|
||||
.antiLogo {
|
||||
|
||||
Reference in New Issue
Block a user