diff options
author | akshaythakur8764 | 2024-09-04 17:02:21 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-09-04 17:02:21 +0530 |
commit | 508d610e4e0d65f6fbfc34c2a5a68337b7ecf7ce (patch) | |
tree | e1e59bd4d34e3363734e107133abbe7da8dd6f66 | |
parent | 1159f6de76af7ac80bb719e857ec223a753ddff0 (diff) | |
download | animate2024-508d610e4e0d65f6fbfc34c2a5a68337b7ecf7ce.tar.gz animate2024-508d610e4e0d65f6fbfc34c2a5a68337b7ecf7ce.tar.bz2 animate2024-508d610e4e0d65f6fbfc34c2a5a68337b7ecf7ce.zip |
text changes
-rw-r--r-- | src/pages/results.astro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/results.astro b/src/pages/results.astro index 4c4157c..47127d1 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -15,7 +15,7 @@ import Main from '../layouts/main.astro'; <div class="tab-content"> <div class="tab-panel active" id="tab-0"> <div class="overflow-x mt-5 pt-5 pb-5 mb-5"> -<p class="text-green-600 text-2xl pb-3">Institution with maximum number of submissions (11 submissions): Velalar College of Engineering and Technology, Thindal</p> +<p class="text-green-600 text-2xl pb-3">Award for the Institution with maximum number of submissions (11 submissions): Velalar College of Engineering and Technology, Thindal</p> <table class="table-auto w-full overflow-scroll text-xl rtl:text-right border border-spacing-2 "> <thead class="text-2xl"> @@ -178,7 +178,8 @@ import Main from '../layouts/main.astro'; </div> </div> <!---------------Tab-2-------------------> - <div class="tab-panel" id="tab-1"> <div class="overflow-x mt-5 pt-5 pb-5 mb-5"> + <div class="tab-panel" id="tab-1"> + <div class="overflow-x mt-5 pt-5 pb-5 mb-5"> <table class="table-auto w-full overflow-scroll text-xl rtl:text-right border border-spacing-2 "> <thead class="text-2xl"> |