We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf4b2b commit 30a888aCopy full SHA for 30a888a
1 file changed
src/components/Doc.tsx
@@ -170,7 +170,7 @@ export function Doc({
170
</div>
171
<div className="h-12" />
172
<div className="w-full h-px bg-gray-500 opacity-30" />
173
- <div className="py-4 opacity-70">
+ <div className="flex py-4 opacity-70">
174
<a
175
href={`https://github.com/${repo}/edit/${branch}/${filePath}`}
176
className="flex items-center gap-2"
0 commit comments