Skip to content

Commit

Permalink
Update Signatures component to add syncKey
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Jul 14, 2024
1 parent 9ff8d68 commit d2eceb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Signatures.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const signatures = getSignatures(jsonData, name);
<strong class="splashkit-signature">Signatures</strong>


<Tabs>
<Tabs syncKey="code-language">
<TabItem label="C++">

{signatures.cpp && <Code code={signatures.cpp.toString()} lang="cpp" />}
Expand Down

0 comments on commit d2eceb4

Please sign in to comment.