Browse Source

make Advanced links explicit and use "project" instead of "idea" in project page

registration-gate
Trent Larson 1 month ago
parent
commit
b58d510f24
  1. 2
      src/views/AccountViewView.vue
  2. 2
      src/views/ImportAccountView.vue
  3. 2
      src/views/ProjectViewView.vue

2
src/views/AccountViewView.vue

@ -471,7 +471,7 @@
<!-- id used by puppeteer test script -->
<h3
id="advanced"
class="text-sm uppercase font-semibold mb-3"
class="text-blue-500 text-sm font-semibold mb-3"
@click="showAdvanced = !showAdvanced"
>
Advanced

2
src/views/ImportAccountView.vue

@ -27,7 +27,7 @@
/>
<h3
class="text-sm uppercase font-semibold mb-3"
class="text-blue-500 text-sm font-semibold mb-3"
@click="showAdvanced = !showAdvanced"
>
Advanced

2
src/views/ProjectViewView.vue

@ -361,7 +361,7 @@
</div>
</div>
<h3 class="text-lg font-bold mt-4">Given To This Idea</h3>
<h3 class="text-lg font-bold mt-4">Given To This Project</h3>
<div v-if="givesToThis.length === 0" class="text-sm">
(None yet. If you've seen something, say something by clicking a

Loading…
Cancel
Save