Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion account/branding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: palette

## Configure Branding {#configure-branding}

The [branding page](https://app.trophy.so/branding) in the Trophy dashboard allows you to configure the following account-level settings. These setting will be used in any communications you configure Trophy to send to users, like [Emails](/platform/emails).
The [branding page](https://app.trophy.so/branding) in the Trophy dashboard allows you to configure the following account-level settings. These settings will be used in any communications you configure Trophy to send to users, like [Emails](/platform/emails).

<Frame>
<img height="200" noZoom src="../assets/account/branding/branding_page.png" />
Expand Down
2 changes: 1 addition & 1 deletion guides/gamified-study-platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ export default async function Home() {
}
```

Then we'll create a new `<StudyJourney />` component that takes in the achievements and streak data as props and renders it nicely in a dialog. Before adding this we need to add the shadcn/ui `dialog` component to our project, and while we're at it, we'll add the `seperator` component too:
Then we'll create a new `<StudyJourney />` component that takes in the achievements and streak data as props and renders it nicely in a dialog. Before adding this we need to add the shadcn/ui `dialog` component to our project, and while we're at it, we'll add the `separator` component too:

```bash
npx shadcn@latest add dialog separator
Expand Down
2 changes: 1 addition & 1 deletion platform/emails.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Follow the steps below to set up DNS verification:
<Step title="Configure your domain">
Head down to the DNS Verification section and enter the domain you want to set up with Trophy.

You can also also configure a custom Return Path. This is where Trophy will forward notifications of bounced emails to help you investigate deliverability issues:
You can also configure a custom Return Path. This is where Trophy will forward notifications of bounced emails to help you investigate deliverability issues:

<Frame>
<img
Expand Down
2 changes: 1 addition & 1 deletion platform/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The value of an event can be positive or negative, and can be a whole number or

You can specify a number of custom event attributes to help you track additional information relevant to your use case against events you send to Trophy.

For example, a language learning app might have a 'Questions Completed' metric and use a custom event attribute to store wether the answer to each question was correct.
For example, a language learning app might have a 'Questions Completed' metric and use a custom event attribute to store whether the answer to each question was correct.

Similarly a fitness app might use an 'Exercises Completed' metric and use a custom event attribute to store the weight that was used in each exercise and another custom event attribute to store how long the exercise lasted.

Expand Down
Loading