mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-16 17:11:50 +00:00
fix(social): Redirect on click to badge
This commit is contained in:
+2
-1
@@ -8,6 +8,7 @@ class Social:
|
||||
def __init__(self, name: str, url: str):
|
||||
self.name = name
|
||||
self.img = SocialShield(name, url).__str__()
|
||||
self.url = url
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f""
|
||||
return f"[]({self.url})"
|
||||
|
||||
Reference in New Issue
Block a user