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 31dbce4 commit bf4e98eCopy full SHA for bf4e98e
app/changelog/buildComponent.tsx
@@ -92,6 +92,7 @@ const DownloadBuildDropdown = (props: { version: string }) => {
92
href={`https://unitystationfile.b-cdn.net/UnityStationDevelop/${platform}/${props.version}.zip`}
93
className="block px-4 py-2 text-sm text-blue-50 hover:bg-gray-100 hover:text-gray-900"
94
role="menuitem"
95
+ onClick={handleClick}
96
>
97
{platform}
98
</a>
0 commit comments