From 51df0b5b176df1c4847fb7359702f140c653dbca Mon Sep 17 00:00:00 2001 From: Maruan Date: Sun, 3 Jul 2022 22:51:39 -0700 Subject: [PATCH] Fix typos in _layouts/about.html (#739) --- _layouts/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 048cdb63cf4b..4f7d8095fa67 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -18,9 +18,9 @@

{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%} {% if page.profile.image_cicular %} - {%- assign profile_image_class = "img-fluid z-dept-1 rounded-circle" -%} + {%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%} {% else %} - {%- assign profile_image_class = "img-fluid z-dept-1 rounded" -%} + {%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%} {% endif %} {% include figure.html