Help with a simple template

Hi…

Iam still new to habpanel, and so far, I have made great process, but I have a problem…
iam working on a menu, and have cut som code from another projekt, so far I works, if I click on the text “Hjem” but I want the text removed, and only have the image to click on, that I can’t figure out, anyone that can help me?

<div ng-init='home = {"name": "Hjem", "type": "button", "action_type": "navigate", "navigate_dashboard": "default"}' />


<table style="width: 100%; border-collapse: separate; border-spacing: 8px;">
<tr>
  <td>
  <img src="/static/House96.png"></img>
  </td>
  </tr>
  <tr>
<td class="buttons"><widget-button ng-model="home" /></td>
</tr>
</table>