Joshleeave commited on
Commit
ea39047
·
verified ·
1 Parent(s): a840881

Update src/app/main.tsx

Browse files
Files changed (1) hide show
  1. src/app/main.tsx +0 -1
src/app/main.tsx CHANGED
@@ -158,7 +158,6 @@ export default function Main() {
158
  `transition-all duration-300 ease-in-out`,
159
  )}>
160
  {waitABitMore ? `Story is ready, but server is a bit busy!`: 'Generating a new story..'}<br/>
161
- <strong><a className='text-[#d2764b] hover:underline' href='https://aicomicfactory.com/pricing' target='_blank'>Upgrade</a>&nbsp;{ arr[getRandomInt(arr.length)] }</strong><br/>
162
  {waitABitMore ? `Please hold tight..` : ''}
163
  </div>
164
  </div>
 
158
  `transition-all duration-300 ease-in-out`,
159
  )}>
160
  {waitABitMore ? `Story is ready, but server is a bit busy!`: 'Generating a new story..'}<br/>
 
161
  {waitABitMore ? `Please hold tight..` : ''}
162
  </div>
163
  </div>