AgentGPT icon indicating copy to clipboard operation
AgentGPT copied to clipboard

Addressed minor issues regarding code standards

Open rp-bot opened this issue 1 year ago • 2 comments

The changes I made:

  1. Drawer.tsx used traditional html5 <img> tag.
    • I changed it to next's <Image> tag
  2. Drawer.tsx had duplicate stylings in line 180 and 197
  3. In the typescript-eslint-template-expressions it is recommended we use the correct expression. You can see this change in line 23 of Label.tsx

rp-bot avatar Apr 20 '23 00:04 rp-bot

@rp-bot is attempting to deploy a commit to the reworkd Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Apr 20 '23 00:04 vercel[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ❌ Failed (Inspect) Apr 21, 2023 5:07pm

vercel[bot] avatar Apr 21 '23 17:04 vercel[bot]

From the documentation

When using an external URL, you must add it to remotePatterns in next.config.js.

So we'll need to setup what Adam mentioned first.

asim-shrestha avatar Apr 23 '23 17:04 asim-shrestha