Skip to content

Commit

Permalink
Merge pull request #155 from prathmesh0125/update-number
Browse files Browse the repository at this point in the history
update number from 2400 to 2600
  • Loading branch information
FrancescoXX authored Aug 7, 2024
2 parents 833db39 + bdfc6dc commit 2ef577d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SubstackCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function SubstackCustom() {
htmlFor="email"
className="block text-lg font-medium text-gray-700 dark:text-gray-300 mb-2"
>
Join 2400+ Rust Devs. Subscribe to get exclusive stuff
Join 2600+ Rust Devs. Subscribe to get exclusive stuff
</label>
<div className="flex w-full justify-center group">
<input
Expand Down
2 changes: 1 addition & 1 deletion src/components/SubstackEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function SubstackEmbed() {
return (
<div className="flex flex-col items-center my-8 w-full max-w-md mx-auto">
<h2 className="text-lg font-medium text-gray-700 dark:text-gray-300 mb-4 text-center">
Join 2400+ Rust Devs. Subscribe to get exclusive stuff
Join 2600+ Rust Devs. Subscribe to get exclusive stuff
</h2>
<div className="flex justify-center w-full">
<iframe
Expand Down

0 comments on commit 2ef577d

Please sign in to comment.