chore(slogan): rephrase interoperability to connectivity (#2215)

This commit is contained in:
Iain Sproat
2024-04-18 19:35:54 +01:00
committed by GitHub
parent d51f460c67
commit 2c19c621f5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ What is Speckle? Check our [![YouTube Video Views](https://img.shields.io/youtub
- **Version control:** Speckle is the Git & Hub for geometry and BIM data
- **Collaboration:** share your designs collaborate with others
- **3D Viewer:** see your CAD and BIM models online, share and embed them anywhere
- **Interoperability:** get your CAD and BIM models into other software without exporting or importing
- **Connectivity:** get your CAD and BIM models into other software without exporting or importing
- **Real time:** get real time updates and notifications and changes
- **GraphQL API:** get what you need anywhere you want it
- **Webhooks:** the base for a automation and next-gen pipelines
@@ -63,7 +63,7 @@ const props = withDefaults(
{
dialogMode: false,
title: 'Speckle Login',
subtitle: 'Interoperability, Collaboration and Automation for 3D'
subtitle: 'Connectivity, Collaboration and Automation for 3D'
}
)
@@ -8,7 +8,7 @@
Create your Speckle Account
</h1>
<h2 class="text-sm sm:text-base text-center text-foreground-2">
Interoperability, Collaboration and Automation for 3D
Connectivity, Collaboration and Automation for 3D
</h2>
</div>
<template v-if="isInviteOnly && !inviteToken">
@@ -17,7 +17,7 @@
</v-card-title>
<v-card-title class="justify-center pt-5 pb-2">
<span class="hidden-md-and-up mr-2 primary--text">Speckle:</span>
Interoperability in seconds
Connectivity in seconds
</v-card-title>
<auth-strategies :strategies="strategies" :app-id="appId" :challenge="challenge" />
<div v-if="hasLocalStrategy">
@@ -22,7 +22,7 @@
</v-card-title>
<v-card-title class="justify-center pt-5 pb-2">
<span class="hidden-md-and-up mr-2 primary--text">Speckle:</span>
Interoperability in seconds
Connectivity in seconds
</v-card-title>
<auth-strategies
:strategies="strategies"