docs: Update styling (#1831)
This commit is contained in:
@@ -18,9 +18,8 @@ function ExtensionDetail({ server }: { server: MCPServer }) {
|
||||
<div>
|
||||
<Link to="/extensions" className="no-underline">
|
||||
<Button
|
||||
variant="ghost"
|
||||
className="flex items-center gap-2 text-textSubtle hover:text-textProminent"
|
||||
>
|
||||
className="flex items-center gap-2 hover:cursor-pointer"
|
||||
>
|
||||
<ArrowLeft className="h-4 w-4" />
|
||||
Back
|
||||
</Button>
|
||||
@@ -200,8 +199,7 @@ export default function DetailPage(): JSX.Element {
|
||||
<div>
|
||||
<Link to="/extensions" className="no-underline">
|
||||
<Button
|
||||
variant="ghost"
|
||||
className="flex items-center gap-2 text-textSubtle hover:text-textProminent"
|
||||
className="flex items-center gap-2 hover:text-textProminent hover:cursor-pointer"
|
||||
>
|
||||
<ArrowLeft className="h-4 w-4" />
|
||||
Back
|
||||
@@ -234,7 +232,7 @@ export default function DetailPage(): JSX.Element {
|
||||
<Link to="/extensions" className="no-underline">
|
||||
<Button
|
||||
variant="ghost"
|
||||
className="flex items-center gap-2 text-textSubtle hover:text-textProminent"
|
||||
className="flex items-center gap-2 hover:text-textProminent hover:cursor-pointer"
|
||||
>
|
||||
<ArrowLeft className="h-4 w-4" />
|
||||
Back
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import { Search } from "lucide-react";
|
||||
import { Button } from "@site/src/components/ui/button";
|
||||
import { Input } from "@site/src/components/ui/input";
|
||||
import { ServerCard } from "@site/src/components/server-card";
|
||||
import { useState, useEffect } from "react";
|
||||
import type { MCPServer } from "@site/src/types/server";
|
||||
|
||||
Reference in New Issue
Block a user