chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-08-15 04:53:12 +02:00
parent bf4384376e
commit cdc1d6a6a2
23 changed files with 413 additions and 248 deletions

View file

@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { type ReactNode, createContext, useContext } from "react";
import { createContext, type ReactNode, useContext } from "react";
import { AnchorIcon } from "./Heading";
export const PropertyContext = createContext<{
@ -13,7 +13,10 @@ export const PropertyContext = createContext<{
export function Properties({
children,
name,
}: { children: ReactNode; name: string }) {
}: {
children: ReactNode;
name: string;
}) {
return (
<div className="my-6">
<ul className="m-0! max-w-[calc(var(--container-lg)-(--spacing(8)))] list-none divide-y divide-zinc-900/5 p-0 dark:divide-white/5">