File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/router/api/v1/users/qr Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ export function qr(users: Hono<{ Bindings: Environment }>, services: Services) {
7272 `<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 39 44">
7373 <defs>
7474 <linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
75- <stop offset="0%" style="stop-color:#FAF35F ;stop-opacity:1" />
76- <stop offset="80%" style="stop-color:#FFAFDD ;stop-opacity:1" />
75+ <stop offset="0%" style="stop-color:#FFE067 ;stop-opacity:1" />
76+ <stop offset="80%" style="stop-color:#FFF7D9 ;stop-opacity:1" />
7777 </linearGradient>
7878 <linearGradient id="grad-logo" x1="0%" y1="0%" x2="0%" y2="100%">
79- <stop offset="0%" style="stop-color:#FFF500 ;stop-opacity:1" />
80- <stop offset="80%" style="stop-color:#FF79C9 ;stop-opacity:1" />
79+ <stop offset="0%" style="stop-color:#FFE067 ;stop-opacity:1" />
80+ <stop offset="80%" style="stop-color:#FFF7D9 ;stop-opacity:1" />
8181 </linearGradient>
8282 </defs>
8383 <style>
You can’t perform that action at this time.
0 commit comments