chore: added unsplash flag for self-hosted (#829)
* chore: added unsplash flag for self hosted * fix: removed actual code and only using flag * refactor: removed extra variable
This commit is contained in:
parent
23b4145565
commit
3b103da6a3
3 changed files with 16 additions and 5 deletions
|
|
@ -41,7 +41,8 @@ const defaultValues: Partial<IProject> = {
|
|||
description: "",
|
||||
network: 2,
|
||||
icon: getRandomEmoji(),
|
||||
cover_image: null,
|
||||
cover_image:
|
||||
"https://images.unsplash.com/photo-1575116464504-9e7652fddcb3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwyODUyNTV8MHwxfHNlYXJjaHwxOHx8cGxhbmV8ZW58MHx8fHwxNjgxNDY4NTY5&ixlib=rb-4.0.3&q=80&w=1080",
|
||||
};
|
||||
|
||||
const IsGuestCondition: React.FC<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue