frontend icon indicating copy to clipboard operation
frontend copied to clipboard

bug: `revolt.chat/app` is 404, yet is listed in the `README`.

Open RokeJulianLockhart opened this issue 8 months ago • 1 comments

What happened?

The URI at blob/17afd40b6799c04e6f54c06d937565064253fd86/README.md?plain=1#L12C34-L12C57 is 404:

  1. https://github.com/revoltchat/frontend/blob/17afd40b6799c04e6f54c06d937565064253fd86/README.md?plain=1#L12

  2. <!DOCTYPE HTML>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>Error</title>
    </head>
    <body>
    <pre>Cannot GET /app</pre>
    </body>
    </html>
    
    

RokeJulianLockhart avatar Apr 26 '25 17:04 RokeJulianLockhart

Oh, it should probably link to https://beta.revolt.chat/app for the moment.

Docteh avatar May 01 '25 20:05 Docteh