mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Add-Ons > Add space between text and repository link (#594)
A subtle change, but improves how it is displayed.
This commit is contained in:
parent
9f6edeec6e
commit
bac3d8c17e
@ -24,7 +24,8 @@
|
||||
Maintained by [[repo.maintainer]].
|
||||
</template>
|
||||
<template is='dom-if' if='[[repo.url]]'>
|
||||
<a href='[[repo.url]]' target='_blank'>Visit repository website.</a>
|
||||
|
||||
<a href='[[repo.url]]' target='_blank'>Visit repository website</a>.
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user