fix: install design repo with access token

This commit is contained in:
Christel Westerberg
2024-03-08 15:32:17 +01:00
parent 6fe47fb9d7
commit 9b25a72025
6 changed files with 12 additions and 7 deletions
+1 -1
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>