Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Oct 5, 2023
2 parents 4aa686c + d826cb4 commit 2e4ebfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/modules/splash/greeting/greeting.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="greeting-row">
<!--<img
<img
class="my-picture"
src="../../../../assets/images/me.jpeg"
alt="Julie Muzina"
/>-->
/>
<div class="greeting-text">
<h1 class="salutation">
<div class="hand-wave-wrapper rot-45">
Expand Down
Binary file added src/assets/images/me.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/environments/environment.development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export const environment = {
matomoSiteID: '2',
ignoreMaintenance: true,
appUrl: 'https://dev.jmuzina.io',
graphQLEndpoint: 'https://api.jmuzina.io/v1/graphql',
graphQLEndpoint: 'https://api.dev.jmuzina.io/v1/graphql',
};

0 comments on commit 2e4ebfd

Please sign in to comment.