diff --git a/app/components/account-info/template.hbs b/app/components/account-info/template.hbs index 41e3491..b8772de 100644 --- a/app/components/account-info/template.hbs +++ b/app/components/account-info/template.hbs @@ -1,2 +1,4 @@ {{username}} -
{{host}} \ No newline at end of file +
{{host}} + +{{#link-to "disconnect"}}X{{/link-to}} \ No newline at end of file