Skip to content

Commit

Permalink
add missing periods
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jun 3, 2024
1 parent 3b3c6c9 commit b239fea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/components/home/DiamondSponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ const DIAMONDs = [
{
src: '/static/sponsors/octopus-square.svg',
name: 'Octopus Deploy',
description: 'A unified DevOps automation platform for your team',
description: 'A unified DevOps automation platform for your team.',
href: 'https://octopus.com/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
{
src: '/static/sponsors/doit-square.svg',
name: 'Doit International',
description: 'Delivers technology and cloud expertise to buy, optimize and manage public cloud.',
description:
'Delivers technology and cloud expertise to buy, optimize and manage public cloud.',
href: 'https://www.doit.com/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
{
Expand Down

0 comments on commit b239fea

Please sign in to comment.