Update CHANGELOG.md
This commit is contained in:
parent
7a608cba09
commit
13347c0cac
@ -25,4 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||

|
||||
|
||||
- Family Friendly Usernames: No profanity in usernames please.
|
||||

|
||||

|
||||
|
||||
### Changed
|
||||
- New font: Switched from copying Discord's font to using Inter.
|
||||
- Added cool snow particles.
|
@ -2,7 +2,7 @@
|
||||
"name": "@acrd/frontend",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"homepage": "https://acrd.app",
|
||||
"homepage": "https://acrd.app/",
|
||||
"dependencies": {
|
||||
"@acrd/types": "file:../types",
|
||||
"@craco/craco": "^5.9.0",
|
||||
@ -57,9 +57,9 @@
|
||||
"start:dev": "dotenv -e env/.env.dev craco start",
|
||||
"start:prod": "dotenv -e env/.env.prod craco start",
|
||||
"build:dev": "dotenv -e env/.env.dev craco build",
|
||||
"build:prod": "dotenv -e env/.env.prod craco build",
|
||||
"build:prod": "dotenv -e env/.env.prod craco build && cp build/index.html build/404.html",
|
||||
"predeploy": "npm run build:prod",
|
||||
"deploy": "gh-pages -d build",
|
||||
"deploy": "echo 'acrd.app' > ./build/CNAME && gh-pages -d build",
|
||||
"test": "craco test",
|
||||
"test:unit": "craco test --watchAll=false",
|
||||
"test:e2e": "cypress open",
|
||||
|
@ -53,7 +53,7 @@ const HomePage: React.FunctionComponent = () => {
|
||||
<h1>It's time to ditch Discord and Zoom.</h1>
|
||||
<div className="flex justify-center">
|
||||
<div className="lead font-light mt-2 max-w-xl">
|
||||
All-in-one text and voice chat, just like Discord.
|
||||
All-in-one easy-to-use text and voice chat.
|
||||
Stop paying for Discord boosts and hassling with Zoom.
|
||||
{Boolean(userCount) && (
|
||||
<span className="pl-1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user