Seeking guidance on how to display text below icons on my website. Can someone please provide instructions?
<div class="bottom-bar div-only-mobile" style="position: fixed; bottom: 0; width:100%">
<a href="Dashboard">
<ion-icon name="home-outline" class="icon" onclick="change(this)">
</ion-icon>Dashboard</a>
<a href="Profile">
<ion-icon name="person-outline" class="icon" onclick="change(this)">
</ion-icon>Profile</a>
</div>