fix: install design repo with access token

This commit is contained in:
Christel Westerberg
2024-02-26 16:34:44 +01:00
parent 6fe47fb9d7
commit 9b25a72025
6 changed files with 12 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ export default function Puff({
renderOptions={renderOptions}
/>
<div>
<Button onPress={onClick}>{link.title}</Button>
<Button onPress={onClick}>{link.title || title}</Button>
</div>
</section>
</article>