Skip to content

Commit

Permalink
chore: Small meta and text fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Jul 31, 2024
1 parent 21d751b commit 84de73b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/specifications/new/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import Breadcrumbs from "../../../components/breadcrumbs";
import { SpecificationContainer } from "../../../components/specification/SpecificationContainer";

export const metadata: Metadata = {
title: "Decoding Specifications",
title: "New Specification",
};

export default function SpecificationsPage() {
export default function NewSpecificationPage() {
return (
<Stack>
<Breadcrumbs
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/specifications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Breadcrumbs from "../../components/breadcrumbs";
import { SpecificationListView } from "../../components/specification/SpecificationListView";

export const metadata: Metadata = {
title: "Decoding Specifications",
title: "Specifications",
};

export default function SpecificationsPage() {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/inputs/inputDetailsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const InputDetailsView: FC<ApplicationInputDataProps> = ({ input }) => {
{!specApplied && (
<Group gap={3}>
<Text c="dimmed">
{`Is that Application's ABI encoding it's inputs?`}
{`Is this Application ABI encoding it's inputs?`}
</Text>
<NewSpecificationButton
p={0}
Expand Down

0 comments on commit 84de73b

Please sign in to comment.