Skip to content

Commit

Permalink
Align slug with project name (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Sep 16, 2024
1 parent 0db0c45 commit 65e5538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (process.env.EAS_BUILD === "true") {

const baseConfig: ExpoConfig = {
name: "inrupt-data-wallet",
slug: "inrupt-data-wallet-frontend",
slug: "inrupt-data-wallet",
version: "1.0.0",
orientation: "portrait",
icon: "./assets/images/logo.png",
Expand Down

0 comments on commit 65e5538

Please sign in to comment.