This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

tweak

+1 -1
+1 -1
app/src/app/page.tsx
··· 438 438 className={styles.submitButton} 439 439 disabled={isSubmitting} 440 440 > 441 - {isSubmitting ? 'Updating...' : 'Update Status'} 441 + {isSubmitting ? 'Flushing...' : 'Post Flush'} 442 442 </button> 443 443 </form> 444 444 </div>