Skip to content

Commit

Permalink
fix: smart isgnal capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Nov 28, 2024
1 parent 75bbc6e commit 0c65823
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/playground/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export function Playground() {
],
[
{
content: <DocsLink href='https://dev.fingerprint.com/docs/useful-timestamps'>Last seen</DocsLink>,
content: <DocsLink href='https://dev.fingerprint.com/docs/useful-timestamps'>Last Seen</DocsLink>,
},
{
content: agentResponse?.lastSeenAt.global ? (
Expand Down Expand Up @@ -435,7 +435,7 @@ export function Playground() {
{
content: [
<DocsLink href='https://dev.fingerprint.com/docs/smart-signals-reference#velocity-signals' key='velocity '>
Velocity signals
Velocity Signals
</DocsLink>,
],
},
Expand Down Expand Up @@ -476,7 +476,7 @@ export function Playground() {
{
content: [
<DocsLink href='https://dev.fingerprint.com/docs/smart-signals-reference#raw-device-attributes' key='raw'>
Raw device attributes
Raw Device Attributes
</DocsLink>,
],
},
Expand Down Expand Up @@ -515,7 +515,7 @@ export function Playground() {
href='https://dev.fingerprint.com/docs/smart-signals-reference#geolocation-spoofing-detection'
key='spoof'
>
Location spoofing
Location Spoofing
</DocsLink>,
],
},
Expand Down Expand Up @@ -551,7 +551,7 @@ export function Playground() {
href='https://dev.fingerprint.com/docs/smart-signals-reference#rooted-device-detection'
key='tamper'
>
Rooted device
Rooted Device
</DocsLink>,
],
},
Expand Down

0 comments on commit 0c65823

Please sign in to comment.