Adjueted then tab items

This commit is contained in:
CHIEFSOFT\ameye
2023-07-01 18:43:44 -04:00
parent 657f333d34
commit 55e204576d
+3 -3
View File
@@ -60,17 +60,17 @@ class WrenchResources extends BaseController
[
"id" => "1",
"name" => "onsale",
"content" => "On Sale",
"content" => "Ask Away",
],
[
"id" => "2",
"name" => "owned",
"content" => "Owned",
"content" => "Interesting",
],
[
"id" => "3",
"name" => "created",
"content" => "Created",
"content" => "My Items",
],
]