mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 01:19:13 +01:00
Fix typo (#264)
This commit is contained in:
@@ -210,7 +210,7 @@ function GraphQLExplorerHeader({
|
||||
/>
|
||||
</div>
|
||||
<div className="ml-auto flex gap-1 [&>*]:text-text-subtle">
|
||||
<IconButton icon="x" size="sm" title="Close documenation explorer" onClick={onClose} />
|
||||
<IconButton icon="x" size="sm" title="Close documentation explorer" onClick={onClose} />
|
||||
</div>
|
||||
</nav>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user