Skip to content

Commit

Permalink
Merge pull request #3009 from beckn/feat/open-commerce-chnges
Browse files Browse the repository at this point in the history
feat(retail): modified the retail app name to open commerce
  • Loading branch information
aniketceminds authored Jan 21, 2025
2 parents bb11c60 + e03aa60 commit 0da0c0a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/retail/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Header = () => {
<Box>
{renderTopHeader && (
<TopHeader
appLogo="/images/headerLogo.svg"
appLogo="/images/openCommerce_header.svg"
t={key => t[key]}
headerConstants={{
blackList: {
Expand Down
2 changes: 1 addition & 1 deletion apps/retail/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Document() {
/>
<link
rel="shortcut icon"
href="/images/headerLogo.svg"
href="/images/openCommerce_header.svg"
/>
</Head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion apps/retail/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const HomePage = () => {
<HomePageContent
blockOrder={['header', 'description', 'searchInput']}
headerProps={{
name: 'Kuza One',
name: 'Open Commerce',
title: t.forAll,
description: t.subText
}}
Expand Down
6 changes: 4 additions & 2 deletions apps/retail/pages/signIn.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import React, { useEffect } from 'react'
import Router from 'next/router'
import kuzaMobLogo from '@public/images/Logo.svg'
import kuzaDeskLogo from '@public/images/KuzaLogo.svg'
// import kuzaMobLogo from '@public/images/Logo.svg'
// import kuzaDeskLogo from '@public/images/KuzaLogo.svg'
import kuzaMobLogo from '@public/images/openCommerce_logo.svg'
import kuzaDeskLogo from '@public/images/openCommerce_logo.svg'
import { useLanguage } from '@hooks/useLanguage'
import { SignInPage } from '@beckn-ui/common'

Expand Down
6 changes: 4 additions & 2 deletions apps/retail/pages/signUp.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import React from 'react'
import Router from 'next/router'
import kuzaMobLogo from '@public/images/Logo.svg'
import kuzaDeskLogo from '@public/images/KuzaLogo.svg'
// import kuzaMobLogo from '@public/images/Logo.svg'
// import kuzaDeskLogo from '@public/images/KuzaLogo.svg'
import kuzaMobLogo from '@public/images/openCommerce_logo.svg'
import kuzaDeskLogo from '@public/images/openCommerce_logo.svg'
import { useLanguage } from '@hooks/useLanguage'
import { SignUpPage } from '@beckn-ui/common'

Expand Down
3 changes: 3 additions & 0 deletions apps/retail/public/images/openCommerce_header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0da0c0a

Please sign in to comment.