mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
fix: yes
This commit is contained in:
parent
29ba31d82e
commit
6aec6404b4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ body {
|
|||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<img src="${userInfo.user.profile.image_192}" style="border-radius: 50%;width: 50%;height: 50%">
|
||||
<img src="${userInfo.user.profile.image_192}" style="border-radius: 50%">
|
||||
<span id="text1"></span>
|
||||
<span id="text2"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue