Merge pull request #265 from bipproduction/bagas/3-feb-25
Bagas/3 feb 25
This commit is contained in:
@@ -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.
|
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.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)
|
## [1.2.41](https://github.com/bipproduction/hipmi/compare/v1.2.40...v1.2.41) (2025-01-21)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hipmi",
|
"name": "hipmi",
|
||||||
"version": "1.2.42",
|
"version": "1.2.43",
|
||||||
"private": true,
|
"private": true,
|
||||||
"prisma": {
|
"prisma": {
|
||||||
"seed": "bun prisma/seed.ts"
|
"seed": "bun prisma/seed.ts"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export const listMenuHomeFooter = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
name: "MarketPlace",
|
name: "Marketplace",
|
||||||
icon: <IconShoppingBag />,
|
icon: <IconShoppingBag />,
|
||||||
link: "",
|
link: "",
|
||||||
},
|
},
|
||||||
@@ -54,7 +54,7 @@ export const listMenuHomeBody = [
|
|||||||
|
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
name: "Crowd Funding",
|
name: "Crowdfunding",
|
||||||
icon: <IconHeartHandshake size={50} />,
|
icon: <IconHeartHandshake size={50} />,
|
||||||
link: `/dev/crowd/splash`,
|
link: `/dev/crowd/splash`,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user