Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Пётр Безденежных authored and Пётр Безденежных committed Mar 7, 2024
1 parent 5b1da50 commit a7b95fd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
15 changes: 9 additions & 6 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://menzorg.github.io/vshsdt/education</loc><lastmod>2024-02-13T06:17:12.574Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/contacts</loc><lastmod>2024-02-13T06:17:12.574Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/education/style-consultant</loc><lastmod>2024-02-13T06:17:12.574Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/intro</loc><lastmod>2024-02-13T06:17:12.574Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/enrollment</loc><lastmod>2024-02-13T06:17:12.574Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt</loc><lastmod>2024-02-13T06:17:12.574Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/contacts</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/education/interior-design</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/education/fashion-stylist</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/education</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/education/interior-stylist</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/education/style-consultant</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/enrollment</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt/intro</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://menzorg.github.io/vshsdt</loc><lastmod>2024-03-07T14:29:05.973Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
4 changes: 3 additions & 1 deletion src/components/buttons/social-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ export const SocialButton = memo<any>(({
</Text>
</Button>
)
})
});

SocialButton.displayName = 'SocialButton';
4 changes: 3 additions & 1 deletion src/components/buttons/social-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ export const SocialIcon = memo(({icon, ariaLabel}:{icon: any; ariaLabel: string}
icon={icon}
/>
)
})
})

SocialIcon.displayName = 'SocialIcon';
4 changes: 3 additions & 1 deletion src/components/list-items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ export const PointList = (props: {
</Stack> ) : null}
</Flex>
</Flex>;
}
}

UnorderList.displayName = 'UnorderList';
4 changes: 3 additions & 1 deletion src/components/text-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ export const TextContainer = memo(({
{children}
</Flex>
)
})
})

TextContainer.displayName = 'TextContainer';
4 changes: 3 additions & 1 deletion src/components/text-description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ export const TextDescription = memo(({
{text}
</Text>
)
})
})

TextDescription.displayName = 'TextDescription';

0 comments on commit a7b95fd

Please sign in to comment.