Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 186x 7x 4x 507x | export const DEFAULT_ABOUT_ME_HEADINGS = `# Current mission <br> e.g. I want to meet people and learn... <br> # Why I use Couchers.org <br> e.g. I think couch surfing should be free... <br> # My favorite travel story <br> e.g. One time I... `; export const DEFAULT_HOBBIES_HEADINGS = `# Art <br> e.g. Painting, ... <br> # Books <br> eg. The Cat in the Hat, ... <br> # Movies <br> e.g. David Attenborough documentaries, ... <br> # Music <br> e.g. The Wiggles, ... <br> `; export const DEFAULT_ABOUT_HOME_HEADINGS = `# What I can share with guests <br> e.g. I can share... <br> `; export const ABOUT_ME_MIN_LENGTH = 150; |