Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Naming Issue for FreshBytes Cafe in SCDI Tour #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/virtualtours/assets/scdi/hotspots.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
{
"id": 222059,
"tourId": "scdi",
"title": "The Sunstream Café",
"description": "Students hungry after a long lab session or needing a bite to eat before class begins often find themselves at the Sunstream Café. Waiting in line is hardly an issue, since SCU's mobile dining app allows them to find exactly what they're craving, and pick up their orders a little while later.\r\n\r\nThe cafe features an abundance of delectable pastries baked daily, fresh fruit, and refreshing drinks ranging from blended milk tea to locally-roasted coffee!",
"title": "FreshBytes",
"description": "Students hungry after a long lab session or needing a bite to eat before class begins often find themselves at the FreshBytes Cafe. Waiting in line is hardly an issue, since SCU's mobile dining app allows them to find exactly what they're craving, and pick up their orders a little while later.\r\n\r\nThe cafe features an abundance of delectable pastries baked daily, fresh fruit, and refreshing drinks ranging from blended milk tea to locally-roasted coffee!",
"type": "none",
"opacity": 100,
"stemVectorX": 0,
Expand Down
2 changes: 1 addition & 1 deletion packages/virtualtours/src/util/tagsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const getSCDIImage = (label: String): any => {
}
if (
label === "SCDI -- Sobrato Campus for Discovery and Innovation" ||
label === "The Sunstream Café" ||
label === "FreshBytes" ||
label === "Joseph & Chelsea Freeman Robotics Systems Lab" ||
label === "DISC - Diversity and Inclusion Student Center"
) {
Expand Down