update: better naming.

This commit is contained in:
ItzNotABug
2024-07-15 14:04:40 +05:30
parent f0ebe19bdd
commit 0cc575d52b
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export type SocialShareOption = {
type: 'link' | 'copy';
};
export const sharingOptions: Array<SocialShareOption> = [
export const socialSharingOptions: Array<SocialShareOption> = [
{
icon: 'web-icon-x',
label: 'Twitter',