From 0dfaa1c9e82ececbc043c97b2a3090cc138a61c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 22:24:40 +0200 Subject: [PATCH] add twitter & externalTooltip to card --- src/components/Card.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Card.vue b/src/components/Card.vue index 730f7b2..5d06c54 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -22,7 +22,12 @@

- + @@ -31,6 +36,9 @@ + + + @@ -58,8 +66,10 @@ export default { photo: String, description: String, external: String, + externalTooltip: String, steam: String, github: String, + twitter: String, facebook: String, discord: String, },