rename from bid history to transaction history to be more coherent

This commit is contained in:
RcleydsonR
2022-12-30 17:39:21 -03:00
parent c657a95a40
commit 0a4ce0a292
3 changed files with 5 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ const closeMenu = () => {
<div class="pl-4 mt-2">
<div class="bg-white rounded-md z-10">
<div class="menu-button" @click="closeMenu()">
<RouterLink to="/bid_history" class="redirect_button px-0">
<RouterLink to="/transaction_history" class="redirect_button">
Histórico de transações
</RouterLink>
</div>