Skip to content

Commit

Permalink
Correct Aptos Connect education screen typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blakezimmerman committed Jul 22, 2024
1 parent c6ae9d6 commit e15550f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-suns-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aptos-labs/wallet-adapter-react": patch
---

Corrected a typo in the last education screen of the `AboutAptosConnect` component.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const educationScreens = [
Description: createHeadlessComponent("EducationScreen.Description", "p", {
children: (
<>
Aptos Connect lets you to take one account across any application
built on Aptos.{" "}
Aptos Connect lets you take one account across any application built
on Aptos.{" "}
<a
href={EXPLORE_ECOSYSTEM_URL}
target="_blank"
Expand Down Expand Up @@ -115,7 +115,7 @@ export interface AboutAptosConnectEducationScreen {
Description: ForwardRefExoticComponent<
HeadlessComponentProps & RefAttributes<HTMLParagraphElement>
>;
/** The index of the current education screen */
/** The index of the current education screen. */
screenIndex: number;
/** The total number of education screens. */
totalScreens: number;
Expand Down

0 comments on commit e15550f

Please sign in to comment.