Skip to content

Commit

Permalink
Update app.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dev23jjl authored Oct 14, 2023
1 parent c5345ae commit 2ff9669
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 @@ -28,7 +28,7 @@ export default defineAppConfig({
},
navigation: true, // possible value are : true | false
alignment: 'center', // possible value are : 'none' | 'left' | 'center' | 'right'
message: 'Let's get in touch' // string that will be displayed in the footer (leave empty or delete to disable)
message: "Let's get in touch" // string that will be displayed in the footer (leave empty or delete to disable)
},
socials: {
twitter: '',
Expand Down

0 comments on commit 2ff9669

Please sign in to comment.