Merge pull request #266 from bipproduction/join

Join
This commit is contained in:
Bagasbanuna02
2025-02-03 14:32:09 +08:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [1.2.43](https://github.com/bipproduction/hipmi/compare/v1.2.42...v1.2.43) (2025-02-03)
## [1.2.42](https://github.com/bipproduction/hipmi/compare/v1.2.41...v1.2.42) (2025-01-30)
## [1.2.41](https://github.com/bipproduction/hipmi/compare/v1.2.40...v1.2.41) (2025-01-21)

View File

@@ -1,6 +1,6 @@
{
"name": "hipmi",
"version": "1.2.42",
"version": "1.2.43",
"private": true,
"prisma": {
"seed": "bun prisma/seed.ts"

View File

@@ -17,7 +17,7 @@ export const listMenuHomeFooter = [
},
{
id: 2,
name: "MarketPlace",
name: "Marketplace",
icon: <IconShoppingBag />,
link: "",
},
@@ -54,7 +54,7 @@ export const listMenuHomeBody = [
{
id: 4,
name: "Crowd Funding",
name: "Crowdfunding",
icon: <IconHeartHandshake size={50} />,
link: `/dev/crowd/splash`,
},