Skip to content

Commit

Permalink
Update Chat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PArDaLaS authored Nov 28, 2023
1 parent 8786723 commit cfebfeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/Chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ class Chat extends Component {
</a>

</Col>
<Col v xl="3" md="4" sm="6" xs="12">
<a title="Coming Soon!">
/* future card for mailing list
<Col v xl="3" md="4" sm="6" xs="12">
<a href="//mailing list goes here//" title="Coming Soon!">
<div className="card" >
<div className="card-header" >

Expand All @@ -107,6 +108,7 @@ class Chat extends Component {
</a>

</Col>
*/
</Row>
</Container>
</div>
Expand Down

0 comments on commit cfebfeb

Please sign in to comment.