Skip to content

Commit

Permalink
feat: updated server icons (2tn6h6x)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmitro committed Oct 19, 2022
1 parent 91d36d8 commit 63b0615
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
"ftpWithSSLTLS": "FTP with SSL/TLS",
"generatePreviewFiles": "Generate preview files",
"getWebsiteFiles": "Get website files",
"githubPages": "Github Pages",
"github": "GitHub",
"githubSyncedPart1": "Changes on Github Pages may not be visible for a few minutes after completing deployment, ",
"githubSyncedPart2": "so please be patient.",
"gitlabPages": "Gitlab Pages",
Expand Down
2 changes: 1 addition & 1 deletion app/default-files/default-languages/pl/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
"ftpWithSSLTLS": "FTP z SSL/TLS",
"generatePreviewFiles": "Wygeneruj pliki podglądu",
"getWebsiteFiles": "Pobierz pliki strony",
"githubPages": "Strony Github",
"github": "GitHub",
"githubSyncedPart1": "Zmiany na Github Pages mogą być widoczne po kilku minutach od wysłania, ",
"githubSyncedPart2": "zatem należy odczekać chwilę przed weryfikacją zmian.",
"gitlabPages": "Strony Gitlab",
Expand Down
91 changes: 4 additions & 87 deletions app/src/assets/svg/svg-map-server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/src/components/ServerSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@

<div
@click="deploymentMethodSelected = 'github-pages'"
:title="$t('sync.githubPages')"
:title="$t('sync.github')"
class="server-settings-grid-item">
<icon
customWidth="129"
customWidth="71"
customHeight="42"
name="githubpages"
iconset="svg-map-server"/>
Expand All @@ -96,7 +96,7 @@
:title="$t('sync.gitlabPages')"
class="server-settings-grid-item">
<icon
customWidth="113"
customWidth="108"
customHeight="40"
name="gitlab"
iconset="svg-map-server"/>
Expand Down Expand Up @@ -129,7 +129,7 @@
:title="$t('sync.manualDeployment')"
class="server-settings-grid-item">
<icon
customWidth="50"
customWidth="80"
customHeight="50"
name="zip"
iconset="svg-map-server"/>
Expand Down

0 comments on commit 63b0615

Please sign in to comment.