diff --git a/package.json b/package.json index 8fe8dca8..90bc7c3d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ "jsx-quotes": [ "error", "prefer-double" - ] + ], + "unicorn/prevent-abbreviations": "off" } } } diff --git a/source/components/widgets/OverflowMenu.astro b/source/components/widgets/OverflowMenu.astro new file mode 100644 index 00000000..42380c6b --- /dev/null +++ b/source/components/widgets/OverflowMenu.astro @@ -0,0 +1,45 @@ +--- +import {Icon} from 'astro-iconify'; + +export type OverflowItemProps = { + title: string; + url: string; +}; + +export type OverflowMenuProps = { + overflowItems?: readonly OverflowItemProps[]; +}; + +const {overflowItems} = Astro.props; +--- + +
No data or personal information is collected by this app.
+If you have any questions or suggestions regarding this privacy policy, do not hesitate to contact me.
+