Merge 'main' in feat-blog-pagination, fix conflicts.

This commit is contained in:
ItzNotABug
2024-08-29 17:48:12 +05:30
329 changed files with 8027 additions and 7685 deletions

View File

@@ -11,8 +11,7 @@ export const BLOG_POSTS_PER_PAGE = 12;
* init-banner-02
* pricing-banner-01
*/
type Banners = 'discord-banner-01' | 'init-banner-02' | 'pricing-banner-01'
type Banners = 'discord-banner-01' | 'init-banner-02' | 'pricing-banner-01';
export type Social = {
icon: string;
@@ -52,7 +51,7 @@ export const socialSharingOptions: Array<SocialShareOption> = [
link: '',
type: 'copy'
}
]
];
export const socials: Array<Social> = [
{
@@ -79,10 +78,5 @@ export const socials: Array<Social> = [
icon: 'web-icon-youtube',
label: 'YouTube',
link: 'https://www.youtube.com/c/appwrite?sub_confirmation=1'
},
{
icon: 'web-icon-daily-dev',
label: 'Daily.dev',
link: 'https://app.daily.dev/squads/appwrite'
}
];