Skip to content

Commit

Permalink
Merge pull request #334 from ixartz/arcjet-counter
Browse files Browse the repository at this point in the history
chore: add arcjet logo in counter page
  • Loading branch information
ixartz authored Nov 27, 2024
2 parents 58330b9 + 8a238e5 commit d28d9d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/app/[locale]/(marketing)/counter/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ export default function Counter() {
</div>

<div className="mt-5 text-center text-sm">
{`${t('error_reporting_powered_by')} `}
{`${t('security_powered_by')} `}
<a
className="text-blue-700 hover:border-b-2 hover:border-blue-700"
href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"
href="https://launch.arcjet.com/Q6eLbRE"
>
Sentry
Arcjet
</a>
</div>

<a
href="https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo"
href="https://launch.arcjet.com/Q6eLbRE"
>
<Image
className="mx-auto mt-2"
src="/assets/images/sentry-dark.png"
alt="Sentry"
src="/assets/images/arcjet-light.svg"
alt="Arcjet"
width={128}
height={38}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"meta_title": "Counter",
"meta_description": "An example of DB operation",
"loading_counter": "Loading counter...",
"error_reporting_powered_by": "Error reporting powered by"
"security_powered_by": "Security, bot detection and rate limiting powered by"
},
"CounterForm": {
"presentation": "The counter is stored in the database and incremented by the value you provide.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"meta_title": "Compteur",
"meta_description": "Un exemple d'opération DB",
"loading_counter": "Chargement du compteur...",
"error_reporting_powered_by": "Rapport d'erreur propulsé par"
"security_powered_by": "Sécurité, détection de bot et rate limiting propulsés par"
},
"CounterForm": {
"presentation": "Le compteur est stocké dans la base de données et incrémenté par la valeur que vous fournissez.",
Expand Down

0 comments on commit d28d9d2

Please sign in to comment.