Skip to content

Commit

Permalink
feat(apps/web): Change short_name
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Jan 29, 2025
1 parent 9f320e4 commit 9f4ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { MetadataRoute } from "next";
export default function manifest(): MetadataRoute.Manifest {
return {
name: "CartesiScan",
short_name: "CS",
short_name: "CartesiScan",
description:
"Scan DApp inputs and interact with DApp's backend at ease.",
start_url: "/",
Expand Down

0 comments on commit 9f4ce76

Please sign in to comment.