Ranghetti 6 сар өмнө
parent
commit
5400e0fdcc

+ 1 - 1
pom.xml

@@ -11,7 +11,7 @@
     <groupId>com.platform2easy</groupId>
     <artifactId>genesis</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <name>genesis</name>
+    <name>too-easy-genesis</name>
     <description>Plataforma Too Easy</description>
     <url/>
     <licenses>

+ 1 - 1
src/main/resources/templates/fragments/menu.html

@@ -15,7 +15,7 @@
     <div class="collapse ms-2" id="commodities-submenu">
         <a th:href="@{/commodity}" class="d-block text-white">➕ Cadastrar</a>
         <a th:href="@{/commodity/all}" class="d-block text-white">📋 Listar</a>
-        <a th:href="@{/commodity/all}" class="d-block text-white">🪙 Autorizar</a>
+        <a th:href="@{/commodity/all}" class="d-block text-white">🪙 Tokens</a>
     </div>
 
     <a th:href="@{/}">🏦 Bank</a>