Fix button name on profile directory page

This commit is contained in:
silverpill 2022-01-08 19:25:50 +00:00
parent 420e51f833
commit f9f2e40ad0

View file

@ -14,7 +14,7 @@
class="btn" class="btn"
@click="loadNextPage()" @click="loadNextPage()"
> >
Show more posts Show more profiles
</button> </button>
</div> </div>
<sidebar></sidebar> <sidebar></sidebar>