Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Oct 26, 2024
1 parent 45860ab commit 78a66ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/website/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const Footer: FC = () => {
);
return (
<div className="bg-gray-100">
<hr />
<div className="mx-auto flex max-w-[90rem] justify-center px-8 py-12 text-gray-600 md:justify-start">
<div className="mx-auto mt-auto flex flex-1">
<div className="px-3 pb-4">{externalLinkSection}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This bot often produces poor results, or fails to properly call the server, so i

[All Squiggle Documentation, in One Document](/llms/documentationBundle.markdown)

If you want a shorter prompt, you can use [this shorter prompt](/llms/BasicPrompt.markdown).
If you want a shorter prompt, you can use [this shorter prompt](https://raw.githubusercontent.com/quantified-uncertainty/squiggle/refs/heads/main/packages/website/src/mdx/basicPrompt.mdx).

## Instructions for use with Claude

Expand Down

0 comments on commit 78a66ca

Please sign in to comment.