Skip to content

Commit

Permalink
Merge pull request #32 from amosmachora/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Amos Machora authored Jan 5, 2024
2 parents 44e8d93 + 668b3b2 commit 2816969
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs-app/app/api/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { ScrollArea } from "@/components/ui/scroll-area";
import { Metadata } from "next";

export const metadata: Metadata = {
title: "api",
title: "Api",
};

const links = [
Expand Down Expand Up @@ -58,7 +58,7 @@ const Page = () => {
<p className="text-myPurple font-semibold">On this page</p>
{links.map((l) => (
<a
href={`http://localhost:3000/api#${l}`}
href={`https://react-daraja.vercel.app/api#${l}`}
className="bg-gray-100 text-sm font-semibold px-2 hover:text-myPurple ml-2 overflow-clip"
key={l}
>
Expand Down
2 changes: 1 addition & 1 deletion docs-app/app/installation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Metadata } from "next";
import React from "react";

export const metadata: Metadata = {
title: "installation",
title: "Installation",
};

const Page = () => {
Expand Down
2 changes: 1 addition & 1 deletion docs-app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const poppins = Poppins({
});

export const metadata: Metadata = {
title: { template: "%s React Daraja Docs", default: "React Daraja Docs" },
title: { template: "%s | React Daraja Docs", default: "React Daraja Docs" },
description:
"React Daraja is a typesafe Javascript library designed to simplify interactions with the Safaricom Daraja API, specifically for STK push requests. This library is suitable for both Node.js and React environments, allowing developers to seamlessly integrate M-Pesa payments into their applications.",
twitter: {
Expand Down

0 comments on commit 2816969

Please sign in to comment.