File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
apps/web/app/[locale]/app.go.gov.my/(dashboard) Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ export default function Layout({
6363 disclaimerKey = { messages ?. Footer ?. disclaimer }
6464 privacyPolicyKey = { messages ?. Footer ?. privacy_policy }
6565 descriptionWithNewlines = { messages ?. Footer ?. address }
66+ followUsKey = { messages ?. Footer ?. follow_us }
6667 links = { [
6768 {
6869 title : messages ?. Footer ?. links ?. title ?. openSource ,
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ ENV NEXT_PUBLIC_APP_DOMAIN=${NEXT_PUBLIC_APP_DOMAIN}
2424ENV LANDING_STATS_JSON_URL=${LANDING_STATS_JSON_URL}
2525ENV NEXT_PUBLIC_LANDING_DOMAIN=${NEXT_PUBLIC_LANDING_DOMAIN}
2626
27+ COPY packages/ui/package.json ./packages/ui/
28+ COPY packages/utils/package.json ./packages/utils/
29+
2730RUN npm install
2831RUN npm run build
2932
You can’t perform that action at this time.
0 commit comments