mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +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]].
|
Maintained by [[repo.maintainer]].
|
||||||
</template>
|
</template>
|
||||||
<template is='dom-if' if='[[repo.url]]'>
|
<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>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user