Skip to content

Commit

Permalink
move from google form to github issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Mar 29, 2024
1 parent b87d02d commit 56978ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions apps/Info.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="./signup/signup.html"> <i class="fas fa-user-plus"></i> Signup</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform"> <i class="fas fa-comment"></i> Feedback</a>
</li>
</ul>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="./signup/signup.html"> <i class="fas fa-user-plus"></i> Signup</a>
</li>
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform"> <i class="fas fa-comment"></i> Feedback</a>
</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion common/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ const currentYear = new Date().getFullYear();

const footerContent = `
<p>U24 CA18092401A1, <b>Tools to Analyze Morphology and Spatially Mapped Molecular Data</b></p>
<p id='contact'>Spot a Bug? <a href='https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform' target='_blank'>Send us the feedback!</a></p>
<p id='contact'>Spot a Bug? <a href='https://github.com/camicroscope/caMicroscope/issues' target='_blank'>Report it!</a></p>
<hr />
<p class='copyright'>Copyright &copy; ${currentYear} <span class='company-name'><a href="https://camicroscope.org/" target='_blank'>caMicroscope</a></span></p>
`;
Expand Down

0 comments on commit 56978ba

Please sign in to comment.