Skip to content

Commit

Permalink
fix: dot spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 2, 2023
1 parent 03ee18b commit 921f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/DotSpinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const DotSpinner = styled('span')`
display: inline-table;
white-space: pre;
text-align: left;
content: '\\A.\\A..\\A...';
content: '${'\\A.\\A..\\A...'}';
animation: ${dots} 2s steps(4) infinite;
}
`
Expand Down

2 comments on commit 921f3df

@vercel
Copy link

@vercel vercel bot commented on 921f3df Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Because your Team is on the Pro plan and your Project was created after July 10th 2020, deploying Serverless Functions to multiple regions is restricted to the Enterprise plan.

Learn More: https://vercel.link/multiple-function-regions

@vercel
Copy link

@vercel vercel bot commented on 921f3df Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www – ./

www-git-master-microlink.vercel.app
www.microlink.io
www-microlink.vercel.app
microlink.io

Please sign in to comment.