Skip to content

Commit

Permalink
Update meta description for uninstalling an app
Browse files Browse the repository at this point in the history
  • Loading branch information
heatheramz committed Dec 8, 2023
1 parent e028291 commit 28baa8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Uninstalling the app',
description:
'Learn about the data that gets stored persistently on a device.',
'Understand how to handle persistent data on a device when a user uninstalls the app.',
platforms: ['swift', 'android']
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Uninstalling the app',
description:
'Learn about the data that gets stored persistently on a device.',
'Understand how to handle persistent data on a device when a user uninstalls the app.',
platforms: ['swift', 'android']
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Uninstalling the app',
description:
'Learn about the data that gets stored persistently on a device.',
'Understand how to handle persistent data on a device when a user uninstalls the app.',
platforms: ['swift', 'android']
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Uninstalling the app',
description:
'Learn about the data that gets stored persistently on a device.',
'Understand how to handle persistent data on a device when a user uninstalls the app.',
platforms: ['swift']
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Uninstalling the app',
description:
'Learn about the data that gets stored persistently on a device.',
'Understand how to handle persistent data on a device when a user uninstalls the app.',
platforms: ['swift']
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Uninstalling the app',
description:
'Learn about the data that gets stored persistently on a device.',
'Understand how to handle persistent data on a device when a user uninstalls the app.',
platforms: ['swift']
};

Expand Down

0 comments on commit 28baa8a

Please sign in to comment.