update
This commit is contained in:
@@ -81,9 +81,12 @@ async function updateOutfit(outfit: { id: number }, acc: { id: number }) {
|
||||
);
|
||||
}
|
||||
|
||||
await proxyFetch(`https://avatar.roblox.com/v1/avatar/redraw-thumbnail`, {
|
||||
method: "POST"
|
||||
});
|
||||
await proxyFetch(
|
||||
`https://avatar.roblox.com/v1/avatar/redraw-thumbnail`,
|
||||
{
|
||||
method: "POST"
|
||||
}
|
||||
);
|
||||
|
||||
loadThumbnails([
|
||||
{
|
||||
@@ -158,7 +161,10 @@ export const QuickTopUILogoPart = React.memo(function () {
|
||||
>
|
||||
<img src="/roblox.png" className="w-6 h-6" alt="" />
|
||||
</Link>
|
||||
<Link href="/" className="gap-2 flex items-center text-sm font-medium">
|
||||
<Link
|
||||
href="/"
|
||||
className="gap-2 flex items-center text-sm font-medium"
|
||||
>
|
||||
<p>{"Roblox"}</p>
|
||||
{/* <p className="text-surface2 line-clamp-1">
|
||||
{process.env.NODE_ENV} {process.env.NEXT_PUBLIC_CWD}{" "}
|
||||
|
||||
Reference in New Issue
Block a user