mirror of
https://github.com/zkitter/ui.git
synced 2026-01-09 21:28:05 -05:00
fix: use APP_TITLE to refer to app profile in twitter association screen (#50)
This commit is contained in:
@@ -309,7 +309,7 @@ function VerifyView(props: {
|
||||
<div className="text-xl font-semibold">Make a verification tweet</div>
|
||||
</div>
|
||||
<div className="my-4 text-center">
|
||||
{`Associate your Austism profile with ${twitterAuth?.username} by making a tweet!`}
|
||||
{`Associate your ${process.env.APP_TITLE} profile with ${twitterAuth?.username} by making a tweet!`}
|
||||
</div>
|
||||
<div className="my-4">
|
||||
<div className="border rounded-xl m-4 p-4 flex flex-row flex-nowrap">
|
||||
|
||||
@@ -20,7 +20,7 @@ const envPlugin = new webpack.EnvironmentPlugin({
|
||||
ARB_REGISTRAR: '',
|
||||
ARB_EXPLORER: '',
|
||||
GUN_PEERS: [],
|
||||
APP_TITLE: '',
|
||||
APP_TITLE: 'Zkitter',
|
||||
APP_LOGO: '',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user