We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5deaa4 commit aea667cCopy full SHA for aea667c
routes/index.tsx
@@ -87,6 +87,7 @@ export default define.page(function Home() {
87
88
<h3>You can have my button if you want (make sure to link here)</h3>
89
<img
90
+ class="friend"
91
src={asset("/treuks.png")}
92
width="88"
93
height="31"
static/style.css
@@ -69,6 +69,10 @@ main {
69
display: none;
70
}
71
72
+.friend {
73
+ image-rendering: pixelated;
74
+}
75
+
76
.pfp {
77
margin-bottom: 1rem;
78
0 commit comments