Update placeholders for teams
This commit is contained in:
		
							parent
							
								
									5d64d53c65
								
							
						
					
					
						commit
						a3bcbd0518
					
				|  | @ -73,10 +73,14 @@ export default function FeedCreate(props: { | ||||||
|   const inputRef = useRef<HTMLTextAreaElement | null>() |   const inputRef = useRef<HTMLTextAreaElement | null>() | ||||||
| 
 | 
 | ||||||
|   const placeholders = [ |   const placeholders = [ | ||||||
|     'Will anyone I know get engaged this year?', |     // 'Will anyone I know get engaged this year?',
 | ||||||
|     'Will humans set foot on Mars by the end of 2030?', |     // 'Will humans set foot on Mars by the end of 2030?',
 | ||||||
|     'Will any cryptocurrency eclipse Bitcoin by market cap this year?', |     // 'Will any cryptocurrency eclipse Bitcoin by market cap this year?',
 | ||||||
|     'Will the Democrats win the 2024 presidential election?', |     // 'Will the Democrats win the 2024 presidential election?',
 | ||||||
|  |     'Will we have at least 5 new team members by the end of this quarter?', | ||||||
|  |     'Will we meet or exceed our goals this sprint?', | ||||||
|  |     'Will we sign on 3 or more new clients this month?', | ||||||
|  |     'Will Paul shave his beard by the end of the month?', | ||||||
|   ] |   ] | ||||||
|   // Rotate through a new placeholder each day
 |   // Rotate through a new placeholder each day
 | ||||||
|   // Easter egg idea: click your own name to shuffle the placeholder
 |   // Easter egg idea: click your own name to shuffle the placeholder
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user