Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from Nuvalence/fix/error-ui
Browse files Browse the repository at this point in the history
fix the error component
  • Loading branch information
farjadNuva14 authored Aug 10, 2023
2 parents 4c725f4 + 16cbb16 commit 1fdd861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/src/pages/chat/Chat.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@
order: 0;
flex-grow: 0;

width: 100%;
max-width: 1224px;
width: 70%;
/* filter: drop-shadow(rgba(182, 52, 67, 1) 1px 1px 2px) drop-shadow(rgba(182, 52, 67, 1) 0px 0px 1px); */
}

Expand Down
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NYC CHAT BOT</title>
<script type="module" crossorigin src="/assets/index-fe5dd9af.js"></script>
<link rel="stylesheet" href="/assets/index-edb91b3b.css">
<script type="module" crossorigin src="/assets/index-0f5a6aa2.js"></script>
<link rel="stylesheet" href="/assets/index-a5d1e74e.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 1fdd861

Please sign in to comment.